# 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_set_mount.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml PLAY [Mount snapshots of logical volumes across different volume groups] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:2 Friday 01 March 2024 21:14:00 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:63 Friday 01 March 2024 21:14:01 +0000 (0:00:00.990) 0:00:01.001 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:10 Friday 01 March 2024 21:14:01 +0000 (0:00:00.013) 0:00:01.014 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:15 Friday 01 March 2024 21:14:01 +0000 (0:00:00.241) 0:00:01.256 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:19 Friday 01 March 2024 21:14:01 +0000 (0:00:00.017) 0:00:01.273 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:14:01 +0000 (0:00:00.016) 0:00:01.290 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:01 +0000 (0:00:00.013) 0:00:01.304 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:14:01 +0000 (0:00:00.018) 0:00:01.322 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:14:01 +0000 (0:00:00.025) 0:00:01.348 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:14:02 +0000 (0:00:00.188) 0:00:01.537 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:14:02 +0000 (0:00:00.015) 0:00:01.552 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:14:02 +0000 (0:00:00.009) 0:00:01.561 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:14:02 +0000 (0:00:00.012) 0:00:01.574 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:14:02 +0000 (0:00:00.026) 0:00:01.600 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:14:04 +0000 (0:00:02.599) 0:00:04.199 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:14:04 +0000 (0:00:00.011) 0:00:04.211 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:14:04 +0000 (0:00:00.010) 0:00:04.222 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:14:05 +0000 (0:00:00.456) 0:00:04.678 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:14:05 +0000 (0:00:00.019) 0:00:04.698 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:14:05 +0000 (0:00:00.015) 0:00:04.714 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:14:05 +0000 (0:00:00.015) 0:00:04.730 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:14:05 +0000 (0:00:00.017) 0:00:04.747 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:14:07 +0000 (0:00:02.468) 0:00:07.215 ********** 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 21:14:09 +0000 (0:00:01.703) 0:00:08.918 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:14:09 +0000 (0:00:00.029) 0:00:08.948 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:14:09 +0000 (0:00:00.008) 0:00:08.957 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:14:09 +0000 (0:00:00.361) 0:00:09.318 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:14:09 +0000 (0:00:00.019) 0:00:09.337 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:14:09 +0000 (0:00:00.010) 0:00:09.348 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:14:09 +0000 (0:00:00.013) 0:00:09.361 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:14:09 +0000 (0:00:00.013) 0:00:09.375 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:14:09 +0000 (0:00:00.013) 0:00:09.388 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:14:09 +0000 (0:00:00.025) 0:00:09.414 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:14:09 +0000 (0:00:00.010) 0:00:09.424 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:14:09 +0000 (0:00:00.018) 0:00:09.443 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:14:09 +0000 (0:00:00.019) 0:00:09.462 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:14:09 +0000 (0:00:00.010) 0:00:09.473 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327029.07318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:14:10 +0000 (0:00:00.191) 0:00:09.665 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:14:10 +0000 (0:00:00.010) 0:00:09.675 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 21:14:10 +0000 (0:00:00.748) 0:00:10.423 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:14:10 +0000 (0:00:00.018) 0:00:10.441 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:14:11 +0000 (0:00:00.188) 0:00:10.630 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:14:11 +0000 (0:00:00.015) 0:00:10.645 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:14:13 +0000 (0:00:02.493) 0:00:13.138 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:14:13 +0000 (0:00:00.282) 0:00:13.421 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:14:13 +0000 (0:00:00.012) 0:00:13.434 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:14:13 +0000 (0:00:00.012) 0:00:13.446 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:14:13 +0000 (0:00:00.018) 0:00:13.464 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:14:14 +0000 (0:00:00.018) 0:00:13.483 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:29 Friday 01 March 2024 21:14:14 +0000 (0:00:00.018) 0:00:13.501 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:14:14 +0000 (0:00:00.025) 0:00:13.527 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:14 +0000 (0:00:00.016) 0:00:13.543 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:14:14 +0000 (0:00:00.020) 0:00:13.564 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:14:14 +0000 (0:00:00.029) 0:00:13.594 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:14:14 +0000 (0:00:00.013) 0:00:13.607 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:14:14 +0000 (0:00:00.013) 0:00:13.620 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:14:14 +0000 (0:00:00.024) 0:00:13.645 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:14:14 +0000 (0:00:00.012) 0:00:13.657 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:14:14 +0000 (0:00:00.026) 0:00:13.683 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:14:16 +0000 (0:00:02.419) 0:00:16.102 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:14:16 +0000 (0:00:00.027) 0:00:16.130 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:14:16 +0000 (0:00:00.013) 0:00:16.143 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:14:20 +0000 (0:00:04.170) 0:00:20.313 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:14:20 +0000 (0:00:00.022) 0:00:20.335 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:14:20 +0000 (0:00:00.018) 0:00:20.354 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:14:20 +0000 (0:00:00.018) 0:00:20.373 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:14:20 +0000 (0:00:00.017) 0:00:20.391 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:14:23 +0000 (0:00:02.351) 0:00:22.743 ********** 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 21:14:24 +0000 (0:00:01.584) 0:00:24.327 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:14:24 +0000 (0:00:00.029) 0:00:24.357 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:14:24 +0000 (0:00:00.009) 0:00:24.366 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:14:34 +0000 (0:00:09.551) 0:00:33.918 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.018508", "end": "2024-03-01 21:14:34.695370", "rc": 0, "start": "2024-03-01 21:14:34.676862" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:14:34 +0000 (0:00:00.302) 0:00:34.220 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:14:34 +0000 (0:00:00.010) 0:00:34.231 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:14:34 +0000 (0:00:00.021) 0:00:34.253 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:14:34 +0000 (0:00:00.019) 0:00:34.272 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:14:34 +0000 (0:00:00.013) 0:00:34.286 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:14:34 +0000 (0:00:00.018) 0:00:34.304 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:14:34 +0000 (0:00:00.012) 0:00:34.317 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:14:34 +0000 (0:00:00.019) 0:00:34.336 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:14:34 +0000 (0:00:00.019) 0:00:34.356 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:14:34 +0000 (0:00:00.010) 0:00:34.366 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327029.07318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:14:35 +0000 (0:00:00.197) 0:00:34.563 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:14:35 +0000 (0:00:00.010) 0:00:34.573 ********** ok: [sut] TASK [Run the snapshot role to create a snapshot set of LVs] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:66 Friday 01 March 2024 21:14:35 +0000 (0:00:00.805) 0:00:35.378 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:35 +0000 (0:00:00.024) 0:00:35.403 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:35 +0000 (0:00:00.017) 0:00:35.421 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:35 +0000 (0:00:00.021) 0:00:35.443 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:35 +0000 (0:00:00.014) 0:00:35.457 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:35 +0000 (0:00:00.014) 0:00:35.472 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:36 +0000 (0:00:00.030) 0:00:35.502 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:38 +0000 (0:00:02.499) 0:00:38.001 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:38 +0000 (0:00:00.029) 0:00:38.031 ********** 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 21:14:40 +0000 (0:00:01.982) 0:00:40.013 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:40 +0000 (0:00:00.014) 0:00:40.028 ********** 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 21:14:40 +0000 (0:00:00.024) 0:00:40.052 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:40 +0000 (0:00:00.011) 0:00:40.064 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the set of snapshots for the LVs] ********************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:73 Friday 01 March 2024 21:14:40 +0000 (0:00:00.015) 0:00:40.079 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:40 +0000 (0:00:00.043) 0:00:40.123 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:40 +0000 (0:00:00.019) 0:00:40.142 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:40 +0000 (0:00:00.023) 0:00:40.166 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:40 +0000 (0:00:00.015) 0:00:40.182 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:40 +0000 (0:00:00.014) 0:00:40.196 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:40 +0000 (0:00:00.031) 0:00:40.228 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:43 +0000 (0:00:02.371) 0:00:42.599 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:43 +0000 (0:00:00.029) 0:00:42.629 ********** 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 21:14:43 +0000 (0:00:00.736) 0:00:43.366 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:43 +0000 (0:00:00.014) 0:00:43.381 ********** 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 21:14:43 +0000 (0:00:00.024) 0:00:43.406 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:43 +0000 (0:00:00.012) 0:00:43.418 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set] *********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:81 Friday 01 March 2024 21:14:43 +0000 (0:00:00.015) 0:00:43.433 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:43 +0000 (0:00:00.029) 0:00:43.463 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:44 +0000 (0:00:00.017) 0:00:43.480 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:44 +0000 (0:00:00.021) 0:00:43.502 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:44 +0000 (0:00:00.014) 0:00:43.517 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:44 +0000 (0:00:00.014) 0:00:43.531 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:44 +0000 (0:00:00.031) 0:00:43.563 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:46 +0000 (0:00:02.367) 0:00:45.931 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:46 +0000 (0:00:00.031) 0:00:45.962 ********** 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 21:14:47 +0000 (0:00:00.583) 0:00:46.545 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:47 +0000 (0:00:00.014) 0:00:46.560 ********** 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 21:14:47 +0000 (0:00:00.024) 0:00:46.585 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:47 +0000 (0:00:00.012) 0:00:46.597 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for mount] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:89 Friday 01 March 2024 21:14:47 +0000 (0:00:00.015) 0:00:46.613 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount is done] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:93 Friday 01 March 2024 21:14:47 +0000 (0:00:00.012) 0:00:46.625 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:47 +0000 (0:00:00.033) 0:00:46.658 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:47 +0000 (0:00:00.018) 0:00:46.676 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:47 +0000 (0:00:00.022) 0:00:46.699 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:47 +0000 (0:00:00.014) 0:00:46.713 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:47 +0000 (0:00:00.014) 0:00:46.727 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:47 +0000 (0:00:00.031) 0:00:46.759 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:49 +0000 (0:00:02.378) 0:00:49.137 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:49 +0000 (0:00:00.028) 0:00:49.166 ********** 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 21:14:50 +0000 (0:00:00.474) 0:00:49.641 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:50 +0000 (0:00:00.015) 0:00:49.656 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:14:50 +0000 (0:00:00.064) 0:00:49.720 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:50 +0000 (0:00:00.011) 0:00:49.732 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set again to check idempotence] ******************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:101 Friday 01 March 2024 21:14:50 +0000 (0:00:00.015) 0:00:49.747 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:50 +0000 (0:00:00.036) 0:00:49.783 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:50 +0000 (0:00:00.018) 0:00:49.802 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:50 +0000 (0:00:00.022) 0:00:49.824 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:50 +0000 (0:00:00.014) 0:00:49.838 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:50 +0000 (0:00:00.014) 0:00:49.853 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:50 +0000 (0:00:00.033) 0:00:49.886 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:52 +0000 (0:00:02.365) 0:00:52.252 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:52 +0000 (0:00:00.029) 0:00:52.281 ********** 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 21:14:53 +0000 (0:00:00.465) 0:00:52.747 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:53 +0000 (0:00:00.015) 0:00:52.763 ********** 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 21:14:53 +0000 (0:00:00.025) 0:00:52.788 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:53 +0000 (0:00:00.011) 0:00:52.799 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for mount] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:109 Friday 01 March 2024 21:14:53 +0000 (0:00:00.016) 0:00:52.815 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the set] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:113 Friday 01 March 2024 21:14:53 +0000 (0:00:00.013) 0:00:52.828 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:53 +0000 (0:00:00.039) 0:00:52.867 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:53 +0000 (0:00:00.017) 0:00:52.885 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:53 +0000 (0:00:00.021) 0:00:52.907 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:53 +0000 (0:00:00.014) 0:00:52.922 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:53 +0000 (0:00:00.014) 0:00:52.936 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:53 +0000 (0:00:00.031) 0:00:52.968 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:55 +0000 (0:00:02.448) 0:00:55.416 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:55 +0000 (0:00:00.029) 0:00:55.446 ********** 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 21:14:56 +0000 (0:00:00.509) 0:00:55.956 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:56 +0000 (0:00:00.014) 0:00:55.971 ********** 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 21:14:56 +0000 (0:00:00.024) 0:00:55.995 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:56 +0000 (0:00:00.012) 0:00:56.007 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for umount] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:120 Friday 01 March 2024 21:14:56 +0000 (0:00:00.015) 0:00:56.022 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the umount is done] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:124 Friday 01 March 2024 21:14:56 +0000 (0:00:00.012) 0:00:56.035 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:56 +0000 (0:00:00.042) 0:00:56.077 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:56 +0000 (0:00:00.037) 0:00:56.115 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:56 +0000 (0:00:00.023) 0:00:56.138 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:56 +0000 (0:00:00.014) 0:00:56.152 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:56 +0000 (0:00:00.014) 0:00:56.167 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:56 +0000 (0:00:00.033) 0:00:56.200 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:14:59 +0000 (0:00:02.366) 0:00:58.566 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:14:59 +0000 (0:00:00.029) 0:00:58.595 ********** 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 21:14:59 +0000 (0:00:00.271) 0:00:58.867 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:14:59 +0000 (0:00:00.016) 0:00:58.883 ********** 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 21:14:59 +0000 (0:00:00.026) 0:00:58.909 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:14:59 +0000 (0:00:00.011) 0:00:58.920 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the set again to check idempotence] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:132 Friday 01 March 2024 21:14:59 +0000 (0:00:00.016) 0:00:58.937 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:14:59 +0000 (0:00:00.045) 0:00:58.982 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:14:59 +0000 (0:00:00.018) 0:00:59.001 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:14:59 +0000 (0:00:00.022) 0:00:59.024 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:14:59 +0000 (0:00:00.014) 0:00:59.038 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:14:59 +0000 (0:00:00.015) 0:00:59.054 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:14:59 +0000 (0:00:00.031) 0:00:59.085 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:15:01 +0000 (0:00:02.373) 0:01:01.459 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:15:02 +0000 (0:00:00.029) 0:01:01.488 ********** 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 21:15:02 +0000 (0:00:00.462) 0:01:01.951 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:15:02 +0000 (0:00:00.014) 0:01:01.966 ********** 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 21:15:02 +0000 (0:00:00.025) 0:01:01.991 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:15:02 +0000 (0:00:00.011) 0:01:02.002 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for umount] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:139 Friday 01 March 2024 21:15:02 +0000 (0:00:00.016) 0:01:02.019 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:143 Friday 01 March 2024 21:15:02 +0000 (0:00:00.012) 0:01:02.031 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:15:02 +0000 (0:00:00.048) 0:01:02.080 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:15:02 +0000 (0:00:00.018) 0:01:02.098 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:15:02 +0000 (0:00:00.022) 0:01:02.120 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:15:02 +0000 (0:00:00.014) 0:01:02.135 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:15:02 +0000 (0:00:00.014) 0:01:02.149 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:15:02 +0000 (0:00:00.033) 0:01:02.183 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:15:05 +0000 (0:00:02.435) 0:01:04.618 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:15:05 +0000 (0:00:00.029) 0:01:04.647 ********** 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 21:15:06 +0000 (0:00:01.390) 0:01:06.038 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:15:06 +0000 (0:00:00.015) 0:01:06.053 ********** 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 21:15:06 +0000 (0:00:00.073) 0:01:06.127 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:15:06 +0000 (0:00:00.013) 0:01:06.140 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role to verify the set is removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:150 Friday 01 March 2024 21:15:06 +0000 (0:00:00.015) 0:01:06.156 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:15:06 +0000 (0:00:00.052) 0:01:06.209 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:15:06 +0000 (0:00:00.018) 0:01:06.227 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:15:06 +0000 (0:00:00.023) 0:01:06.251 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:15:06 +0000 (0:00:00.014) 0:01:06.265 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:15:06 +0000 (0:00:00.015) 0:01:06.281 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:15:06 +0000 (0:00:00.031) 0:01:06.312 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:15:09 +0000 (0:00:02.488) 0:01:08.801 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:15:09 +0000 (0:00:00.028) 0:01:08.829 ********** 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 21:15:09 +0000 (0:00:00.450) 0:01:09.280 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.46.168 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.46.168 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 21:15:09 +0000 (0:00:00.014) 0:01:09.295 ********** 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 21:15:09 +0000 (0:00:00.025) 0:01:09.321 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:15:09 +0000 (0:00:00.011) 0:01:09.332 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_set_mount.yml:159 Friday 01 March 2024 21:15:09 +0000 (0:00:00.017) 0:01:09.350 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:7 Friday 01 March 2024 21:15:09 +0000 (0:00:00.035) 0:01:09.385 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:15:09 +0000 (0:00:00.020) 0:01:09.406 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:15:09 +0000 (0:00:00.018) 0:01:09.424 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:15:09 +0000 (0:00:00.023) 0:01:09.448 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:15:10 +0000 (0:00:00.031) 0:01:09.479 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:15:10 +0000 (0:00:00.014) 0:01:09.494 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:15:10 +0000 (0:00:00.015) 0:01:09.509 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:15:10 +0000 (0:00:00.013) 0:01:09.522 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:15:10 +0000 (0:00:00.012) 0:01:09.534 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:15:10 +0000 (0:00:00.028) 0:01:09.563 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:15:12 +0000 (0:00:02.371) 0:01:11.935 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:15:12 +0000 (0:00:00.029) 0:01:11.964 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:15:12 +0000 (0:00:00.014) 0:01:11.979 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:15:19 +0000 (0:00:06.604) 0:01:18.584 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:15:19 +0000 (0:00:00.024) 0:01:18.609 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:15:19 +0000 (0:00:00.019) 0:01:18.628 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:15:19 +0000 (0:00:00.020) 0:01:18.649 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:15:19 +0000 (0:00:00.078) 0:01:18.728 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:15:21 +0000 (0:00:02.362) 0:01:21.091 ********** 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 21:15:23 +0000 (0:00:01.587) 0:01:22.678 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:15:23 +0000 (0:00:00.031) 0:01:22.710 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:15:23 +0000 (0:00:00.010) 0:01:22.720 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:15:34 +0000 (0:00:11.589) 0:01:34.310 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:15:34 +0000 (0:00:00.020) 0:01:34.331 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:15:34 +0000 (0:00:00.010) 0:01:34.341 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:15:34 +0000 (0:00:00.023) 0:01:34.364 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv4", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv5", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv7", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "lv8", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:15:34 +0000 (0:00:00.023) 0:01:34.388 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:15:34 +0000 (0:00:00.014) 0:01:34.403 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:15:34 +0000 (0:00:00.019) 0:01:34.423 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:15:34 +0000 (0:00:00.012) 0:01:34.435 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:15:34 +0000 (0:00:00.021) 0:01:34.457 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:15:34 +0000 (0:00:00.020) 0:01:34.477 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:15:35 +0000 (0:00:00.012) 0:01:34.490 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327029.07318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:15:35 +0000 (0:00:00.198) 0:01:34.688 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:15:35 +0000 (0:00:00.012) 0:01:34.701 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:29 Friday 01 March 2024 21:15:35 +0000 (0:00:00.743) 0:01:35.444 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:33 Friday 01 March 2024 21:15:35 +0000 (0:00:00.013) 0:01:35.458 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:15:35 +0000 (0:00:00.018) 0:01:35.476 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:15:36 +0000 (0:00:00.013) 0:01:35.489 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:15:36 +0000 (0:00:00.013) 0:01:35.503 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:15:38 +0000 (0:00:02.369) 0:01:37.873 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdk" ], "info": [ "Disk [/dev/sdj] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:15:38 +0000 (0:00:00.208) 0:01:38.082 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:15:38 +0000 (0:00:00.013) 0:01:38.095 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:15:38 +0000 (0:00:00.013) 0:01:38.109 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:15:38 +0000 (0:00:00.019) 0:01:38.129 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:15:38 +0000 (0:00:00.019) 0:01:38.148 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 Friday 01 March 2024 21:15:38 +0000 (0:00:00.019) 0:01:38.167 ********** 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.472954", "end": "2024-03-01 21:15:39.328613", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:15:38.855659" } 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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) 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/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) 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) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=39,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19280) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.4G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 21:09:49,083 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 None snapset1 None False 2024-03-01 21:09:49,083 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:49,106 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,107 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 21:09:49,107 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 21:09:49,107 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,107 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,134 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:49,134 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:49,134 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:49,134 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:49,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:49,135 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:49,136 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:49,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:49,137 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:49,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 21:09:49,137 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:09:49,138 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 21:09:49,138 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 21:09:49,138 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 21:09:49,138 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:49,164 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:49,165 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:49,165 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:49,165 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:49,165 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:49,165 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,166 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:49,166 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:49,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:49,167 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:49,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,167 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,168 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:09:49,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,190 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 21:09:49,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,190 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:49,213 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,213 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,213 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,213 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,213 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,214 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 21:09:49,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 21:09:49,214 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,214 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:49,236 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:49,236 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,237 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 21:09:49,499 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,499 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,499 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,499 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,499 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,537 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 21:09:49,537 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,537 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,538 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:49,560 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,561 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 21:09:49,561 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 21:09:49,561 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 21:09:49,561 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,561 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:49,584 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:49,584 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: , 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,585 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 21:09:49,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:49,793 INFO snapshot-role/MainThread: { 2024-03-01 21:09:49,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:49,793 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:49,793 INFO snapshot-role/MainThread: } 2024-03-01 21:09:49,793 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:52,688 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 None snapset1 1 None 2024-03-01 21:09:52,688 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:52,718 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:52,719 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:52,719 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:52,720 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:52,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:52,721 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:09:52,721 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:52,721 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:09:52,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,721 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,722 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,746 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 21:09:52,746 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,746 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,772 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 21:09:52,772 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 21:09:52,772 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 21:09:52,772 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 21:09:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,772 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,796 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 21:09:52,796 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,796 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,820 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,844 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 21:09:52,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,844 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:09:52,871 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,872 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 21:09:52,872 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,872 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:52,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,894 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 21:09:52,894 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 21:09:52,894 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 21:09:52,894 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 21:09:52,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,894 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:52,916 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,916 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,916 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,916 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,916 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,916 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 21:09:52,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,917 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:09:52,939 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,939 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,939 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,939 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,939 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 21:09:52,939 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,940 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:09:52,959 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: { 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:52,960 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 21:09:52,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: , 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: } 2024-03-01 21:09:52,960 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:55,841 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 None snapset1 None False 2024-03-01 21:09:55,841 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,865 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 21:09:55,865 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 21:09:55,865 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 21:09:55,865 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 21:09:55,865 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,865 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:55,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:55,891 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:55,891 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:55,891 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:55,891 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,891 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:55,892 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:55,892 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,892 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,893 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:55,893 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:09:55,893 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:55,893 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:09:55,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,894 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: VG: test_vg1 free 788529152 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: LV: lv1_snapset1 size : 75497472 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: LV: lv2_snapset1 size : 243269632 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: LV: total 2407530496 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: space needed: 361129574.40 space available: 788529152 sufficient space: 1 2024-03-01 21:09:55,895 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:55,922 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:55,922 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,922 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:55,922 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,922 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:55,923 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:55,923 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:55,923 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:55,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:55,923 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:55,924 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:55,924 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:55,924 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:55,925 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:09:55,925 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:55,925 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:09:55,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:55,925 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,926 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:09:55,948 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:55,948 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:55,948 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,948 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 21:09:55,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,949 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:55,974 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,975 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 21:09:55,975 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 21:09:55,975 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 21:09:55,975 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 21:09:55,975 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,975 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:09:55,997 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: { 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:55,998 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 21:09:55,998 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: , 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: } 2024-03-01 21:09:55,998 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:09:56,021 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,021 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,021 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,021 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,022 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 21:09:56,022 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,022 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:09:56,044 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,044 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,044 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,044 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,045 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 21:09:56,045 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,045 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:09:56,067 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,068 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 21:09:56,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,068 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:09:56,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,090 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,090 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,091 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 21:09:56,091 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 21:09:56,091 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 21:09:56,091 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 21:09:56,091 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,091 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:09:56,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,113 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,113 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,113 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,113 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,113 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 21:09:56,113 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,113 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,114 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,114 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,114 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,114 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:09:56,135 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,135 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,135 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,136 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 21:09:56,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,136 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:09:56,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:56,158 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:56,158 INFO snapshot-role/MainThread: { 2024-03-01 21:09:56,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:56,158 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: , 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: } 2024-03-01 21:09:56,159 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:09:59,165 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg2 None snapset2 None False 2024-03-01 21:09:59,165 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:59,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,190 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 21:09:59,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 21:09:59,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,190 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:59,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:59,219 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:59,219 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:59,219 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:59,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:59,219 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:59,221 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:59,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,221 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:59,222 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:09:59,222 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:59,222 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:09:59,222 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,222 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,223 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 21:09:59,223 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 21:09:59,223 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 21:09:59,223 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 21:09:59,223 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 21:09:59,223 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:09:59,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:09:59,250 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:09:59,250 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:09:59,250 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:09:59,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:59,250 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,251 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:09:59,252 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:09:59,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,252 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:09:59,253 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:09:59,253 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:09:59,253 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:09:59,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,253 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,254 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:09:59,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,277 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,277 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,277 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 21:09:59,278 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,278 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:59,300 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,300 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,300 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,301 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 21:09:59,301 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 21:09:59,301 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,301 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 21:09:59,323 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,324 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset2 -L 48496640B test_vg2/lv3 2024-03-01 21:09:59,522 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,522 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,522 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,522 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,522 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:09:59,567 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,567 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,568 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 21:09:59,568 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,568 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:09:59,589 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,589 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,589 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,590 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 21:09:59,590 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:09:59,590 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 21:09:59,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,590 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 21:09:59,613 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:09:59,613 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,613 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:09:59,613 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,613 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:09:59,613 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: , 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,614 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset2 -L 96272384B test_vg2/lv4 2024-03-01 21:09:59,818 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:09:59,819 INFO snapshot-role/MainThread: { 2024-03-01 21:09:59,819 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:09:59,819 INFO snapshot-role/MainThread: ] 2024-03-01 21:09:59,819 INFO snapshot-role/MainThread: } 2024-03-01 21:09:59,819 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:02,777 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg2 None snapset2 1 None 2024-03-01 21:10:02,778 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:02,807 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:10:02,808 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:10:02,808 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:10:02,808 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:10:02,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,808 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:02,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:10:02,810 INFO snapshot-role/MainThread: {"lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:10:02,810 INFO snapshot-role/MainThread: {"lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "pv_name":"/dev/sde"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"}, 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk"} 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:10:02,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:10:02,811 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:10:02,811 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:10:02,811 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:10:02,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:10:02,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,812 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:10:02,838 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,838 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,838 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,838 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,839 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 21:10:02,839 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,839 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:02,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,862 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,862 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,862 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 21:10:02,862 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,863 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 21:10:02,863 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,863 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 21:10:02,885 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,885 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,885 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,885 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,886 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,910 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,932 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:10:02,955 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,956 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 21:10:02,956 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,956 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:02,978 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:02,978 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,978 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:02,978 INFO snapshot-role/MainThread: { 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: , 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: } 2024-03-01 21:10:02,979 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 21:10:03,003 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:03,003 INFO snapshot-role/MainThread: { 2024-03-01 21:10:03,003 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:03,003 INFO snapshot-role/MainThread: { 2024-03-01 21:10:03,003 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: } 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: , 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: } 2024-03-01 21:10:03,004 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 21:10:03,026 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:03,026 INFO snapshot-role/MainThread: { 2024-03-01 21:10:03,026 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:03,026 INFO snapshot-role/MainThread: { 2024-03-01 21:10:03,026 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:03,026 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: } 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: , 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: } 2024-03-01 21:10:03,027 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 21:10:03,052 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:03,052 INFO snapshot-role/MainThread: { 2024-03-01 21:10:03,052 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:03,052 INFO snapshot-role/MainThread: { 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: } 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: , 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: } 2024-03-01 21:10:03,053 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:06,020 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 21:10:06,020 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:06,048 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:10:06,049 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:10:06,049 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:10:06,049 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:10:06,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:06,049 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,050 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:10:06,051 INFO snapshot-role/MainThread: {"lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:10:06,051 INFO snapshot-role/MainThread: {"lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "pv_name":"/dev/sde"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk"} 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:06,051 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:10:06,052 INFO snapshot-role/MainThread: {"lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "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 21:10:06,052 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:10:06,052 INFO snapshot-role/MainThread: {"lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "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 21:10:06,052 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"Oh3G6i-TVaX-cnSb-ApYw-kJrV-OE9E-LoMX3i"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"goDR8K-pqat-170l-H04a-c9uq-feZJ-Ntgj0c"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,052 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,053 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,053 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:10:06,078 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,078 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,078 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:06,078 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,078 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,078 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 21:10:06,078 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,078 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,079 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,079 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,079 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,079 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,079 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,079 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:10:06,198 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,198 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,198 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,199 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,199 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,199 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 21:10:06,240 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:06,241 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 21:10:06,241 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: , 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,241 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 21:10:06,347 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:06,347 INFO snapshot-role/MainThread: { 2024-03-01 21:10:06,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:06,347 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:06,347 INFO snapshot-role/MainThread: } 2024-03-01 21:10:06,348 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:09,408 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 21:10:09,408 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:09,437 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:10:09,438 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:10:09,438 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:10:09,438 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:10:09,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:09,438 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,439 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:10:09,439 INFO snapshot-role/MainThread: {"lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:10:09,440 INFO snapshot-role/MainThread: {"lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "pv_name":"/dev/sde"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk"} 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:09,440 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:10:09,441 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:10:09,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,441 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,442 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:10:09,469 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,469 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,469 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,469 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,469 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,469 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 21:10:09,470 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,470 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:09,492 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,492 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,492 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,492 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,493 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 21:10:09,493 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 21:10:09,493 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 21:10:09,493 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 21:10:09,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,493 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 21:10:09,515 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,516 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:10:09,540 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,541 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 21:10:09,541 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,541 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:09,565 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,565 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,566 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 21:10:09,566 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 21:10:09,566 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 21:10:09,566 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 21:10:09,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,566 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 21:10:09,589 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,589 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,590 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:10:09,611 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,611 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,611 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,611 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,611 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,611 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 21:10:09,611 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,612 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:09,636 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,636 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,636 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,636 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,636 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,636 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 21:10:09,637 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 21:10:09,637 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 21:10:09,637 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 21:10:09,637 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,637 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:10:09,660 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,660 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,660 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,660 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,660 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,661 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:10:09,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,683 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,683 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,683 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,683 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 21:10:09,683 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,683 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,684 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,684 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,684 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,684 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:09,706 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,707 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 21:10:09,707 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 21:10:09,707 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 21:10:09,707 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 21:10:09,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,707 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 21:10:09,729 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,729 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,730 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:10:09,752 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,752 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,753 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 21:10:09,753 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,753 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:09,775 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,776 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 21:10:09,776 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:09,776 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 21:10:09,776 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,776 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:10:09,800 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,800 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,801 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 21:10:09,824 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,825 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:10:09,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,849 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,850 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 21:10:09,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,850 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:09,873 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,873 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,873 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,873 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,874 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 21:10:09,874 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:09,874 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 21:10:09,874 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,874 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:10:09,897 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,897 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,897 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,898 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 21:10:09,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,920 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,920 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,920 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,920 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,920 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,921 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:10:09,946 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,946 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,946 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,946 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,947 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 21:10:09,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,947 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:09,969 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:09,969 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,970 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 21:10:09,970 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 21:10:09,970 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,970 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:10:09,993 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: { 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: , 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: } 2024-03-01 21:10:09,994 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:10:10,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: { 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: { 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:10,019 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 21:10:10,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: } 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: , 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: } 2024-03-01 21:10:10,019 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:10,040 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: { 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: { 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:10,041 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 21:10:10,041 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 21:10:10,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: } 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: , 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: } 2024-03-01 21:10:10,041 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: { 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: { 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,064 INFO snapshot-role/MainThread: } 2024-03-01 21:10:10,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,065 INFO snapshot-role/MainThread: , 2024-03-01 21:10:10,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:10,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:10,065 INFO snapshot-role/MainThread: } 2024-03-01 21:10:10,065 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:12,954 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 21:10:12,954 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:12,981 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:10:12,982 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:10:12,982 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:10:12,982 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:10:12,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,982 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:10:12,983 INFO snapshot-role/MainThread: {"lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:10:12,983 INFO snapshot-role/MainThread: {"lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "pv_name":"/dev/sde"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"}, 2024-03-01 21:10:12,983 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk"} 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: { 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:10:12,984 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:10:12,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:10:12,984 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: , 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: } 2024-03-01 21:10:12,985 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:15,883 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset2 0 None 2024-03-01 21:10:15,883 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,912 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:10:15,913 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:10:15,913 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:10:15,913 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:10:15,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:15,913 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:10:15,914 INFO snapshot-role/MainThread: {"lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:10:15,914 INFO snapshot-role/MainThread: {"lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk", "pv_name":"/dev/sde"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"OgQbtv-ksHR-D4BV-0LFK-Teed-B6UO-9IsIzt"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"}, 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"tOyrsS-FJh1-gvW9-Tc8d-BWY0-ofvR-ci3vGk"} 2024-03-01 21:10:15,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:10:15,915 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:10:15,915 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,915 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,916 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,916 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,916 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:15,916 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,916 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,916 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:15,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,938 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset2 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,053 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: , 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,091 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset2 2024-03-01 21:10:16,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:16,216 INFO snapshot-role/MainThread: { 2024-03-01 21:10:16,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:16,216 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:16,216 INFO snapshot-role/MainThread: } 2024-03-01 21:10:16,216 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:10:19,163 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset2 1 None 2024-03-01 21:10:19,163 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:19,190 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "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 21:10:19,191 INFO snapshot-role/MainThread: {"lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "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 21:10:19,191 INFO snapshot-role/MainThread: {"lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "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 21:10:19,191 INFO snapshot-role/MainThread: {"lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "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 21:10:19,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdh"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:19,191 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS", "pv_name":"/dev/sdi"} 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS"} 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: {"lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "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 21:10:19,192 INFO snapshot-role/MainThread: {"lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "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 21:10:19,192 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,192 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7", "pv_name":"/dev/sdd"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7"} 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "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 21:10:19,193 INFO snapshot-role/MainThread: {"lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "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 21:10:19,193 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:19,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54", "pv_name":"/dev/sda"} 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28"}, 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"}, 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54"} 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,194 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 21:10:19,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,219 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,220 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 21:10:19,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,220 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:19,242 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,242 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,242 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,243 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 21:10:19,243 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 21:10:19,243 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,243 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset2 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,266 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,267 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,267 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,267 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,267 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,267 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,267 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 21:10:19,289 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,289 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,289 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,289 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,289 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,289 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 21:10:19,289 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,290 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:19,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,311 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,311 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,311 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,312 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 21:10:19,312 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 21:10:19,312 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 21:10:19,312 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 21:10:19,312 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,312 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset2 2024-03-01 21:10:19,339 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,339 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,339 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,339 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,340 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 21:10:19,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,363 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,363 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,364 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 21:10:19,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,364 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:19,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,390 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 21:10:19,390 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 21:10:19,390 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 21:10:19,390 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 21:10:19,390 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,390 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset2 2024-03-01 21:10:19,414 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,415 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 21:10:19,437 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,438 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 21:10:19,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,438 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:10:19,461 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,461 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,461 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,461 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,461 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 21:10:19,462 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 21:10:19,462 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 21:10:19,462 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 21:10:19,462 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,462 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset2 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,483 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,484 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,484 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,484 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,484 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 21:10:19,506 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,506 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,506 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,506 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,506 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,507 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 21:10:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,507 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,532 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 21:10:19,532 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 21:10:19,532 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,532 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 21:10:19,556 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,557 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 21:10:19,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,579 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,579 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,579 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,579 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 21:10:19,579 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,579 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,580 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,580 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,580 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,580 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,580 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,580 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:10:19,602 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,602 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,602 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,602 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,602 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,602 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 21:10:19,602 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 21:10:19,602 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,603 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,625 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,626 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,626 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,626 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,626 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,626 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,626 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 21:10:19,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,648 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,648 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,648 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,649 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 21:10:19,649 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,649 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:10:19,671 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,672 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset2 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,693 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,694 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,694 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,694 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,694 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,694 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,694 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,714 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 21:10:19,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,714 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,715 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,715 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,715 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,715 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:10:19,741 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:19,741 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,741 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,741 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,741 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,741 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 21:10:19,741 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 21:10:19,741 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,741 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,742 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,742 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,742 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,742 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,742 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset2 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: { 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,762 INFO snapshot-role/MainThread: , 2024-03-01 21:10:19,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:19,763 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:19,763 INFO snapshot-role/MainThread: } 2024-03-01 21:10:19,763 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:11:33,213 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 21:11:33,213 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:11:33,213 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:33,213 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,238 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 21:11:33,238 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 21:11:33,238 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,238 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,261 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 21:11:33,261 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,261 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:33,288 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,288 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,288 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,289 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 21:11:33,289 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 21:11:33,289 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,289 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:11:33,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,312 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 21:11:33,312 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,312 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:33,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,335 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,336 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 21:11:33,336 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 21:11:33,336 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,336 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:11:33,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,358 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,359 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 21:11:33,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,359 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:33,381 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,381 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,381 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,381 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,381 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,381 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 21:11:33,381 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 21:11:33,382 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 21:11:33,382 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 21:11:33,382 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,382 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:11:33,404 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,404 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,404 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,404 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,404 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,404 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 21:11:33,404 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,404 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:33,405 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:33,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,426 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,427 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 21:11:33,427 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 21:11:33,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,427 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:11:33,449 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,449 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,449 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,450 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 21:11:33,450 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,450 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:33,474 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,474 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,474 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,474 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,474 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,474 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 21:11:33,474 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,475 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:11:33,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,497 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,497 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,497 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 21:11:33,497 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,498 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:33,518 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,518 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,518 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,518 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,518 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,518 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 21:11:33,519 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 21:11:33,519 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,519 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:11:33,541 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,541 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,541 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,541 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,542 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 21:11:33,542 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,542 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:33,564 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,564 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,564 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,564 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,564 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,564 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 21:11:33,564 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 21:11:33,565 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 21:11:33,565 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 21:11:33,565 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,565 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:11:33,587 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,587 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,587 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,587 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,587 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,587 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 21:11:33,588 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:33,588 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:33,609 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,609 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,609 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,609 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,609 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,609 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 21:11:33,609 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 21:11:33,609 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,609 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,610 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,610 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,610 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,610 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,610 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,610 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:33,634 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,635 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:33,657 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,658 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 21:11:33,658 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 21:11:33,658 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,658 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:33,683 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,684 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:33,709 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,710 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 21:11:33,710 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 21:11:33,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,710 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:33,733 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:33,733 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,734 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:33,758 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,758 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,758 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,758 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,758 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,758 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 21:11:33,759 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 21:11:33,759 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 21:11:33,759 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 21:11:33,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,759 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:33,780 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:33,780 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,780 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,780 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,780 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:11:33,781 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:11:33,807 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"lv_uuid":"p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE", "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 21:11:33,808 INFO snapshot-role/MainThread: {"lv_uuid":"KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i", "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 21:11:33,808 INFO snapshot-role/MainThread: {"lv_uuid":"Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R", "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 21:11:33,808 INFO snapshot-role/MainThread: {"lv_uuid":"3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e", "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 21:11:33,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn", "lv_uuid":"KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i", "pv_name":"/dev/sdh"}, 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd", "lv_uuid":"3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e", "pv_name":"/dev/sdg"}, 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd", "lv_uuid":"Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R", "pv_name":"/dev/sdg"}, 2024-03-01 21:11:33,808 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd", "lv_uuid":"KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i", "pv_name":"/dev/sdg"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz", "lv_uuid":"p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE", "pv_name":"/dev/sdi"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek", "lv_uuid":"p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE", "pv_name":"/dev/sdj"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE"} 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,809 INFO snapshot-role/MainThread: {"lv_uuid":"wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw", "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 21:11:33,809 INFO snapshot-role/MainThread: {"lv_uuid":"SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8", "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 21:11:33,809 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W", "lv_uuid":"SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8", "pv_name":"/dev/sdd"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W", "lv_uuid":"wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw", "pv_name":"/dev/sdd"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw"} 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: {"lv_uuid":"YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga", "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 21:11:33,810 INFO snapshot-role/MainThread: {"lv_uuid":"pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim", "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 21:11:33,810 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,810 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV", "lv_uuid":"pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim", "pv_name":"/dev/sdb"}, 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV", "lv_uuid":"YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga", "pv_name":"/dev/sdb"}, 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9", "lv_uuid":"pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim", "pv_name":"/dev/sda"}, 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga"}, 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim"}, 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim"} 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:11:33,811 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 21:11:33,812 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:11:33,812 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:11:33,812 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 21:11:33,812 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:11:33,812 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:11:33,812 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:33,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,837 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 21:11:33,837 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 21:11:33,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,837 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:33,858 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:33,858 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:33,858 INFO snapshot-role/MainThread: { 2024-03-01 21:11:33,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:33,858 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: , 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: } 2024-03-01 21:11:33,859 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 100663296B test_vg1/lv1 2024-03-01 21:11:34,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,074 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,074 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,074 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,074 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:34,106 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,106 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:34,107 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 21:11:34,107 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 21:11:34,107 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: , 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,107 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:34,131 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:34,131 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,131 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:34,131 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,131 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: , 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,132 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 21:11:34,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,333 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,333 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,333 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:34,374 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 21:11:34,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 21:11:34,374 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 21:11:34,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: , 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,374 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,375 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:34,397 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:34,397 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,397 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:34,397 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,397 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:34,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: , 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,398 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 21:11:34,596 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,597 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,597 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,597 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,597 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,597 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:34,634 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:34,635 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 21:11:34,635 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 21:11:34,635 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 21:11:34,635 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 21:11:34,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: , 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,635 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:34,659 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:34,659 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:34,659 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: , 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,660 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 21:11:34,867 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:34,868 INFO snapshot-role/MainThread: { 2024-03-01 21:11:34,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:34,868 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:34,868 INFO snapshot-role/MainThread: } 2024-03-01 21:11:34,868 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:11:37,952 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:11:37,952 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:11:37,952 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:11:37,952 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:37,952 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:37,978 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: { 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: { 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:37,979 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 21:11:37,979 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:37,979 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 21:11:37,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: } 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: , 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: } 2024-03-01 21:11:37,979 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:11:38,003 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,004 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 21:11:38,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,004 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:38,031 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,031 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,031 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,031 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,032 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 21:11:38,032 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 21:11:38,032 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 21:11:38,032 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 21:11:38,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,032 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:11:38,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,059 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 21:11:38,059 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,059 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:38,084 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,085 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 21:11:38,085 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 21:11:38,085 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 21:11:38,085 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 21:11:38,085 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,085 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:11:38,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,108 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,108 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,108 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 21:11:38,109 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,109 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:38,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,133 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,134 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 21:11:38,134 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 21:11:38,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 21:11:38,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 21:11:38,134 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 21:11:38,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,134 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:11:38,157 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,157 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,158 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 21:11:38,158 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:11:38,158 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:38,184 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,184 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,184 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,184 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,184 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,185 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 21:11:38,185 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:38,185 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 21:11:38,185 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,185 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:38,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,208 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,208 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,209 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:11:38,231 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,231 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,231 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,232 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,255 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 21:11:38,255 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 21:11:38,255 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 21:11:38,255 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 21:11:38,255 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,255 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:38,278 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,278 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,279 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 21:11:38,279 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,279 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:11:38,302 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,302 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,302 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,302 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,302 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,302 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 21:11:38,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,303 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,328 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 21:11:38,328 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 21:11:38,328 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 21:11:38,328 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 21:11:38,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,328 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,358 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 21:11:38,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,358 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:11:38,382 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,383 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 21:11:38,383 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,383 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,407 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 21:11:38,407 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 21:11:38,407 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 21:11:38,407 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 21:11:38,407 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 21:11:38,407 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,407 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:38,431 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,432 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 21:11:38,432 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,432 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:11:38,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: { 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:38,455 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 21:11:38,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: , 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: } 2024-03-01 21:11:38,455 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:11:41,304 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 21:11:41,304 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:11:41,304 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:41,304 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,330 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 21:11:41,330 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:41,330 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 21:11:41,330 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,330 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,331 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,331 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,331 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,358 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 21:11:41,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,359 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,359 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,388 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 21:11:41,388 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 21:11:41,388 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 21:11:41,388 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 21:11:41,388 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,388 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,389 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,389 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,389 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:11:41,412 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,412 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,412 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,413 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 21:11:41,413 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,413 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:41,436 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,436 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,436 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,436 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,436 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,437 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 21:11:41,437 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 21:11:41,437 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 21:11:41,437 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 21:11:41,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,437 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:11:41,460 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,460 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,460 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,461 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 21:11:41,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,461 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:41,483 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,483 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,483 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,483 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,483 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,484 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 21:11:41,484 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 21:11:41,484 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 21:11:41,484 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 21:11:41,484 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 21:11:41,484 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,484 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:11:41,507 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,508 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 21:11:41,508 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:41,508 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:41,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,533 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 21:11:41,533 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:41,533 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 21:11:41,533 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,533 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:11:41,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,555 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,555 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,555 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 21:11:41,555 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,556 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:41,580 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,580 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,580 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,580 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,580 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,581 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 21:11:41,581 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 21:11:41,581 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 21:11:41,581 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 21:11:41,581 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,581 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:11:41,606 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,606 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,606 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,606 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,606 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,606 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 21:11:41,607 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,607 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:41,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,633 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 21:11:41,633 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 21:11:41,633 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 21:11:41,633 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 21:11:41,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,633 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:11:41,657 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,657 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,657 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,658 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 21:11:41,658 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,658 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:41,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,681 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 21:11:41,681 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 21:11:41,681 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 21:11:41,681 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 21:11:41,681 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 21:11:41,681 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,681 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:11:41,706 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,707 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 21:11:41,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:11:41,707 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:41,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,732 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 21:11:41,732 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:41,732 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 21:11:41,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,732 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,754 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,755 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,755 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,755 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,755 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,755 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,755 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:11:41,778 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:41,778 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,778 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:41,778 INFO snapshot-role/MainThread: { 2024-03-01 21:11:41,778 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: , 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: } 2024-03-01 21:11:41,779 INFO snapshot-role/MainThread: exit code: 0: ['snapshot already exists: test_vg1/lv1_snapset1'] 2024-03-01 21:11:44,756 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:11:44,756 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:11:44,756 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 21:11:44,756 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:44,781 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,782 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 21:11:44,782 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:44,782 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 21:11:44,782 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,782 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:44,807 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,808 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:11:44,830 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,831 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:44,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,860 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 21:11:44,860 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 21:11:44,860 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 21:11:44,860 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 21:11:44,860 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,860 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:44,882 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,882 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,883 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 21:11:44,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,883 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:11:44,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,908 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,909 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 21:11:44,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,909 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:44,934 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,935 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 21:11:44,935 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 21:11:44,935 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 21:11:44,935 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 21:11:44,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,935 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,960 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 21:11:44,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,960 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:11:44,987 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:44,987 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,987 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:44,987 INFO snapshot-role/MainThread: { 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:44,988 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 21:11:44,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: , 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: } 2024-03-01 21:11:44,988 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:45,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,012 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 21:11:45,012 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 21:11:45,012 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 21:11:45,012 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 21:11:45,012 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 21:11:45,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,012 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,038 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 21:11:45,038 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,038 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,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 21:11:45,060 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,060 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,088 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 21:11:45,088 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:45,088 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 21:11:45,088 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,088 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:45,113 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,114 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:11:45,139 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,140 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:11:45,254 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,255 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,255 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,255 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,255 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,255 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,297 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 21:11:45,297 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 21:11:45,297 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 21:11:45,297 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 21:11:45,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,297 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:45,318 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,319 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 21:11:45,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,319 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:11:45,343 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,344 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 21:11:45,344 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,344 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 21:11:45,454 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,455 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,455 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,455 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,455 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,501 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 21:11:45,501 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 21:11:45,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 21:11:45,501 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,501 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,502 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:45,526 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,527 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 21:11:45,527 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,527 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,552 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 21:11:45,552 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,552 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,553 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 21:11:45,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,666 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,667 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,667 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,667 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:45,704 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,705 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 21:11:45,705 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 21:11:45,705 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 21:11:45,705 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 21:11:45,705 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 21:11:45,705 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,705 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:45,727 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,727 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,727 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,727 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,728 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 21:11:45,728 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,728 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:11:45,750 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,750 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:45,751 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 21:11:45,751 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: , 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,751 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 21:11:45,874 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:45,874 INFO snapshot-role/MainThread: { 2024-03-01 21:11:45,874 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:45,874 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:45,874 INFO snapshot-role/MainThread: } 2024-03-01 21:11:45,874 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:11:48,782 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:11:48,782 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:11:48,783 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 21:11:48,783 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:48,805 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:48,805 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,805 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,806 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 21:11:48,806 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 21:11:48,806 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,806 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:48,829 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:48,829 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,829 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,829 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,829 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,830 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:48,855 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,856 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:48,878 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,879 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,905 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 21:11:48,905 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 21:11:48,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,905 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:48,928 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:48,928 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,928 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,929 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,953 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 21:11:48,953 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 21:11:48,953 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 21:11:48,953 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 21:11:48,953 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,953 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:48,976 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: { 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: , 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: } 2024-03-01 21:11:48,977 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:11:51,831 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:11:51,831 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:11:51,831 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 21:11:51,831 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:51,857 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:51,858 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 21:11:51,858 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 21:11:51,858 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: , 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,858 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: , 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,883 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:51,907 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:51,907 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:51,908 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 21:11:51,908 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 21:11:51,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: , 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,908 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,929 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,930 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,930 INFO snapshot-role/MainThread: , 2024-03-01 21:11:51,930 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:51,930 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,930 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,930 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:51,954 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:51,955 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 21:11:51,955 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 21:11:51,955 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: , 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,955 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: { 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,979 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,980 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,980 INFO snapshot-role/MainThread: , 2024-03-01 21:11:51,980 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:51,980 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:51,980 INFO snapshot-role/MainThread: } 2024-03-01 21:11:51,980 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:52,003 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:52,004 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 21:11:52,004 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 21:11:52,004 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 21:11:52,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,004 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:52,026 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:52,026 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,027 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:11:52,048 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,049 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 21:11:52,049 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 21:11:52,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,049 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:11:52,073 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,074 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:52,096 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,097 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 21:11:52,097 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 21:11:52,097 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,097 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:11:52,121 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:52,121 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,121 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,122 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:11:52,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,146 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,168 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,168 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,168 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,168 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:11:52,190 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:11:52,190 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,190 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,190 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 21:11:52,191 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 21:11:52,191 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 21:11:52,191 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 21:11:52,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,191 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:11:52,213 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:11:52,213 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,213 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: { 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: , 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: ] 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: } 2024-03-01 21:11:52,214 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:02,841 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 15}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 21:13:02,842 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:13:02,842 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:02,842 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:02,866 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:02,867 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 21:13:02,867 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 21:13:02,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: , 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,867 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:13:02,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:02,891 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 21:13:02,891 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: , 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,891 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:02,913 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:02,913 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:02,913 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:02,913 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 21:13:02,913 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 21:13:02,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: , 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,914 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:13:02,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:02,936 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:02,936 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:02,936 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 21:13:02,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: , 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,937 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:02,958 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:02,958 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,958 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:02,958 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:02,958 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 21:13:02,958 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 21:13:02,958 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: , 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,959 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:13:02,981 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: { 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:02,982 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 21:13:02,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: , 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: } 2024-03-01 21:13:02,982 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:03,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,005 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 21:13:03,005 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:03,005 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 21:13:03,005 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,005 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:13:03,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,029 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,029 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,030 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 21:13:03,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:03,030 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:03,056 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,056 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,056 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,056 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,056 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,056 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 21:13:03,056 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 21:13:03,057 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,057 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:13:03,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,081 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,081 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,082 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 21:13:03,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,082 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:03,102 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,102 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,102 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,102 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,102 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,102 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 21:13:03,103 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 21:13:03,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,103 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:13:03,125 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,125 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,125 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,125 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,125 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,125 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 21:13:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,126 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:03,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,147 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,148 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 21:13:03,148 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 21:13:03,148 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,148 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:13:03,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,173 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 21:13:03,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,173 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:03,195 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,195 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,195 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,195 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,195 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,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 21:13:03,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 21:13:03,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 21:13:03,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 21:13:03,196 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,196 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,219 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 21:13:03,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:03,219 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:03,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,243 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,244 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 21:13:03,244 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 21:13:03,244 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,244 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:03,267 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,268 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:03,291 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,291 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,291 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,291 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,292 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 21:13:03,292 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 21:13:03,292 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,292 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:03,313 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:03,313 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,314 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:03,338 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,338 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,338 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,338 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,338 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,338 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 21:13:03,338 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 21:13:03,339 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,339 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:03,360 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,361 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:03,384 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:03,385 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 21:13:03,385 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 21:13:03,385 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 21:13:03,385 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,385 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:13:03,408 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:03,435 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:03,436 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:03,436 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:03,436 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:03,436 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:03,436 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,437 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:03,438 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:03,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"} 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,438 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:03,439 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:03,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,439 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:03,440 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:03,463 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,463 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,463 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,463 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,463 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,463 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 21:13:03,463 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 21:13:03,464 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,464 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,488 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,489 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,489 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,489 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,489 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,489 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,489 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 75497472B test_vg1/lv1 2024-03-01 21:13:03,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,695 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,695 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,695 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,695 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:03,733 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,734 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:03,756 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:03,756 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,756 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:03,756 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: , 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,757 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 21:13:03,965 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:03,965 INFO snapshot-role/MainThread: { 2024-03-01 21:13:03,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:03,965 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:03,965 INFO snapshot-role/MainThread: } 2024-03-01 21:13:03,965 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:04,001 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:04,001 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:04,001 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:04,002 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 21:13:04,002 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 21:13:04,002 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 21:13:04,002 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: , 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,002 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:04,026 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: , 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,027 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 21:13:04,231 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:04,232 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,232 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:04,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,232 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,232 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:04,274 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 21:13:04,274 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 21:13:04,274 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 21:13:04,274 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 21:13:04,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: , 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:04,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,275 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,275 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:04,297 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: , 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,298 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 21:13:04,496 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:04,496 INFO snapshot-role/MainThread: { 2024-03-01 21:13:04,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:04,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:04,497 INFO snapshot-role/MainThread: } 2024-03-01 21:13:04,497 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:07,514 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 15}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 21:13:07,514 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 21:13:07,514 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:13:07,514 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:13:07,514 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:07,538 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,539 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 21:13:07,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 21:13:07,539 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 21:13:07,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,539 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:13:07,561 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,561 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,561 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,561 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 21:13:07,562 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,562 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:07,585 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,585 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,585 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,585 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,585 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,585 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 21:13:07,585 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 21:13:07,586 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 21:13:07,586 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 21:13:07,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,586 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:13:07,610 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,610 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,610 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,610 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,610 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,610 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 21:13:07,610 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,610 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,611 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,611 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,611 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,611 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,611 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,611 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:07,634 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,634 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,635 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 21:13:07,635 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 21:13:07,635 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 21:13:07,635 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 21:13:07,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,635 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,659 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 21:13:07,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,659 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:07,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,684 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 21:13:07,684 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 21:13:07,684 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 21:13:07,684 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 21:13:07,684 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 21:13:07,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,684 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:13:07,708 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,709 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 21:13:07,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:13:07,709 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:07,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,731 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,731 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,731 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,731 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,731 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 21:13:07,731 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 21:13:07,732 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 21:13:07,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,732 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:07,755 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,756 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 21:13:07,756 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,756 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:13:07,777 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,777 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,778 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 21:13:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,778 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:07,803 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,803 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,803 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,803 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,803 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,803 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 21:13:07,804 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 21:13:07,804 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 21:13:07,804 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 21:13:07,804 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,804 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:07,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,826 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,826 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,826 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,826 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,827 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 21:13:07,827 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,827 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:13:07,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,850 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 21:13:07,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,850 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:07,874 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,874 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,874 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,874 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,875 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 21:13:07,875 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 21:13:07,875 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 21:13:07,875 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,875 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:07,898 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,898 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,898 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,898 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,898 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,898 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 21:13:07,898 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,898 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,899 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,899 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,899 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,899 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,899 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,899 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:13:07,924 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,925 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 21:13:07,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,925 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:07,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,948 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 21:13:07,948 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 21:13:07,948 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 21:13:07,948 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 21:13:07,948 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 21:13:07,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,948 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:07,972 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,972 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,972 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,972 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,972 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,973 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 21:13:07,973 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,973 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: { 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:07,998 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 21:13:07,998 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: , 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:07,998 INFO snapshot-role/MainThread: } 2024-03-01 21:13:07,999 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:10,843 INFO snapshot-role/MainThread: extend_cmd: extend None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 21:13:10,844 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 21:13:10,844 INFO snapshot-role/MainThread: extend snapsset : snapset1 2024-03-01 21:13:10,844 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:10,869 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:10,870 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 21:13:10,870 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 21:13:10,870 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 21:13:10,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,870 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:10,892 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:10,892 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:10,893 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 21:13:10,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,893 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:13:10,912 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:10,912 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:10,913 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 21:13:10,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,913 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:10,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:10,940 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:10,940 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:10,941 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:10,941 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:10,941 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "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 21:13:10,941 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:10,941 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:10,941 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:10,942 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:10,942 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "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 21:13:10,942 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:10,942 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "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 21:13:10,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: { 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"1031798784", "vg_extent_size":"4194304"} 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:10,943 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:10,944 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "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 21:13:10,944 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:10,944 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"236", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: , 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:10,944 INFO snapshot-role/MainThread: } 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2084569088 vg_extent_size : 4194304 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 96468992 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1031798784 vg_extent_size : 4194304 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 75497472 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:10,945 INFO snapshot-role/MainThread: Running... lvextend -L 146800640B test_vg1/lv1_snapset1 2024-03-01 21:13:11,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,053 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,053 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,053 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,053 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:11,094 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,095 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 21:13:11,095 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 21:13:11,095 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 21:13:11,095 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 21:13:11,095 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,095 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:11,118 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,118 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,119 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 21:13:11,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,119 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:13:11,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,145 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,145 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,146 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 21:13:11,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,146 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:11,172 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:11,173 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:11,173 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:11,173 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "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 21:13:11,173 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:11,173 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,173 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,174 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:11,175 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "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 21:13:11,175 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:11,175 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "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 21:13:11,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,175 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:11,176 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,176 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2084569088 vg_extent_size : 4194304 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 96468992 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:11,177 INFO snapshot-role/MainThread: Running... lvextend -L 100663296B test_vg2/lv3_snapset1 2024-03-01 21:13:11,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,277 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,277 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,277 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,277 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,278 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,319 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 21:13:11,319 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:11,319 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 21:13:11,319 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 21:13:11,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,319 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,320 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:11,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,341 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 21:13:11,341 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,341 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,366 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 21:13:11,366 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,366 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,393 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:11,393 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:11,393 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:11,394 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "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 21:13:11,394 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:11,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,394 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"2034237440", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:11,395 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:11,395 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "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 21:13:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:11,395 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:11,396 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:11,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,396 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2034237440 vg_extent_size : 4194304 2024-03-01 21:13:11,397 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 96468992 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:11,398 INFO snapshot-role/MainThread: Running... lvextend -L 192937984B test_vg2/lv4_snapset1 2024-03-01 21:13:11,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,502 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,502 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,502 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,502 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,540 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 21:13:11,540 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 21:13:11,540 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 21:13:11,540 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 21:13:11,540 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 21:13:11,540 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,540 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,541 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,541 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,541 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,566 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 21:13:11,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,566 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,592 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 21:13:11,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,592 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:11,621 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,622 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:11,622 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:11,622 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:11,622 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "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 21:13:11,622 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:11,622 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,623 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:11,624 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:11,624 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,624 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:11,625 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:11,625 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: , 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:11,626 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:11,627 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg3/lv7_snapset1 2024-03-01 21:13:11,731 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:11,731 INFO snapshot-role/MainThread: { 2024-03-01 21:13:11,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:11,731 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:11,731 INFO snapshot-role/MainThread: } 2024-03-01 21:13:11,732 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:14,606 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 21:13:14,607 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 21:13:14,607 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 21:13:14,607 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:14,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,633 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 21:13:14,633 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:14,633 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 21:13:14,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,633 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:14,658 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,659 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,690 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:14,690 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:14,690 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:14,691 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:14,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,691 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:14,692 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:14,692 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,692 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:14,693 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:14,693 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:14,693 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:14,694 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:14,719 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,719 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,719 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,720 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 21:13:14,720 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:14,720 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 21:13:14,720 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,720 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:14,744 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,745 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:14,773 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:14,774 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:14,774 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:14,774 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:14,774 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,774 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:14,775 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:14,776 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:14,776 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,776 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:14,777 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:14,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,777 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:14,778 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,802 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 21:13:14,802 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:14,802 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 21:13:14,802 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,802 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:14,826 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,826 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,827 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:14,860 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:14,861 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:14,861 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:14,861 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:14,861 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,861 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,862 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:14,863 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:14,863 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,863 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:14,864 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:14,864 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,864 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:14,865 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,893 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 21:13:14,893 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 21:13:14,893 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 21:13:14,893 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:14,893 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 21:13:14,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,893 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:14,916 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,916 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,917 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:14,946 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:14,946 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:14,946 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,946 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:14,946 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,947 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:14,948 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:14,948 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: { 2024-03-01 21:13:14,948 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:14,949 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:14,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,949 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: , 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: } 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:14,950 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:14,951 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:17,855 INFO snapshot-role/MainThread: extend_cmd: extend None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 21:13:17,856 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 21:13:17,856 INFO snapshot-role/MainThread: extend snapsset : snapset1 2024-03-01 21:13:17,856 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:17,880 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:17,880 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,881 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 21:13:17,881 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:17,881 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 21:13:17,881 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,881 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:17,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:17,905 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,905 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:17,905 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,906 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:13:17,928 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:17,928 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,928 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:17,928 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,928 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,929 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:17,958 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:17,958 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:17,959 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:17,959 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:17,959 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:17,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:17,959 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:17,960 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:17,960 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:17,960 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:17,962 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:17,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,962 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:17,963 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:17,986 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:17,986 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,986 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:17,986 INFO snapshot-role/MainThread: { 2024-03-01 21:13:17,986 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:17,986 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 21:13:17,986 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:17,986 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 21:13:17,987 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: , 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: } 2024-03-01 21:13:17,987 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:18,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,011 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,012 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,034 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,035 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:18,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:18,065 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:18,065 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:18,065 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:18,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:18,065 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,066 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:18,067 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:18,067 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,067 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:18,068 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:18,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,068 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:18,069 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:18,095 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,095 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,095 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,095 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,095 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,095 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 21:13:18,096 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:18,096 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 21:13:18,096 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,096 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:18,118 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,118 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,118 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,118 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,118 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,118 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,119 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,139 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,140 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,140 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,140 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,140 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,140 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:18,166 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,166 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:18,167 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:18,167 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:18,167 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:18,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,167 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:18,168 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:18,168 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:18,168 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,169 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:18,170 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,170 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:18,171 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:18,194 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,194 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,194 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,194 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,195 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 21:13:18,195 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 21:13:18,195 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 21:13:18,195 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:18,195 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 21:13:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,195 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:18,217 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,218 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:13:18,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,244 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "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 21:13:18,272 INFO snapshot-role/MainThread: {"lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "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 21:13:18,272 INFO snapshot-role/MainThread: {"lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "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 21:13:18,272 INFO snapshot-role/MainThread: {"lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,272 INFO snapshot-role/MainThread: {"lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "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 21:13:18,273 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdh"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdi"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa", "pv_name":"/dev/sdj"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"avnXdl-dlDe-PSet-tdvL-xOaF-S6UU-pMJ5P1"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"}, 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb"} 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,273 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "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 21:13:18,274 INFO snapshot-role/MainThread: {"lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "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 21:13:18,274 INFO snapshot-role/MainThread: {"lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq", "pv_name":"/dev/sde"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I", "pv_name":"/dev/sdd"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha", "pv_name":"/dev/sdd"} 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"QUV8aU-gMLo-fHhr-TWBE-xlPO-3FHk-C0jOfq"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I"}, 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"u5ynyx-i5bZ-B8tQ-2Oyy-RLjC-7hhV-fbc7ha"} 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: { 2024-03-01 21:13:18,274 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "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 21:13:18,275 INFO snapshot-role/MainThread: {"lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "origin":"lv1", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "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 21:13:18,275 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm", "pv_name":"/dev/sda"} 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"3cpp4K-blia-MeeJ-7RCK-eiqR-UPYB-hRUf8g"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"}, 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm"} 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,275 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: , 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: } 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 21:13:18,276 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:13:18,277 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:21,220 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 21:13:21,220 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 21:13:21,220 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 21:13:21,220 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:21,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,245 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,246 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 21:13:21,246 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,246 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 21:13:21,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,246 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:21,268 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,268 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,268 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,268 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,268 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,269 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:13:21,292 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,293 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:21,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,317 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 21:13:21,317 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,317 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 21:13:21,317 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,317 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:21,341 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,342 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,369 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,370 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,396 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 21:13:21,396 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,396 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 21:13:21,396 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,396 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,397 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,397 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,422 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:13:21,447 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,447 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,447 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,448 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,471 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 21:13:21,471 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 21:13:21,471 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 21:13:21,471 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,471 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 21:13:21,471 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,471 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,495 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,496 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,496 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,496 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,519 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,520 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,520 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,520 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,520 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,520 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,520 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:21,541 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,541 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,541 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,541 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,541 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,541 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 21:13:21,542 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,542 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 21:13:21,542 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,542 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:21,565 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,565 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,565 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,565 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,565 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,565 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,566 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:13:21,589 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,589 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,589 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,589 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,589 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,590 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:13:21,700 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,700 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,700 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,700 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,700 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,700 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,740 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 21:13:21,740 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,740 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 21:13:21,740 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,740 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:21,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,764 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:13:21,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,786 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,787 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 21:13:21,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,903 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,903 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,903 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,903 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,903 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,940 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 21:13:21,940 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,940 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:21,971 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,972 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:13:21,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:21,995 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: { 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: , 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: } 2024-03-01 21:13:21,996 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 21:13:22,110 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:22,111 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,111 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:22,111 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,111 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,111 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:22,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:22,147 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,147 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:22,147 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,147 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:22,147 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 21:13:22,148 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 21:13:22,148 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 21:13:22,148 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:22,148 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 21:13:22,148 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: , 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,148 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:22,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:22,171 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:22,171 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: , 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,172 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:13:22,194 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: , 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,195 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 21:13:22,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:22,299 INFO snapshot-role/MainThread: { 2024-03-01 21:13:22,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:22,299 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:22,299 INFO snapshot-role/MainThread: } 2024-03-01 21:13:22,300 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:13:25,213 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 21:13:25,214 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 21:13:25,214 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 21:13:25,214 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,239 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:13:25,262 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:25,262 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,262 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,262 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,262 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,262 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,263 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:25,286 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,287 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 21:13:25,287 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,287 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:13:25,310 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:25,310 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,311 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:13:25,334 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 21:13:25,334 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,334 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:13:25,358 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:25,358 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,358 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,359 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,384 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 21:13:25,384 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 21:13:25,384 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 21:13:25,384 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 21:13:25,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,384 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,385 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:13:25,407 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: { 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: , 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: ] 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: } 2024-03-01 21:13:25,408 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:38,770 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} False 2024-03-01 21:14:38,770 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:38,770 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:38,770 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,798 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 21:14:38,798 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 21:14:38,798 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,798 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,799 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:14:38,822 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,822 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,823 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 21:14:38,823 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,823 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:38,845 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,846 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 21:14:38,846 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 21:14:38,846 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,846 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:14:38,868 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,868 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,868 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,869 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 21:14:38,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,869 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:38,893 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,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 21:14:38,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 21:14:38,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,894 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,923 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 21:14:38,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,923 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,947 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 21:14:38,947 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 21:14:38,947 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 21:14:38,947 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 21:14:38,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,947 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:14:38,971 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,971 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,971 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,972 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 21:14:38,972 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:38,972 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:38,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:38,995 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:38,995 INFO snapshot-role/MainThread: { 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:38,996 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 21:14:38,996 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 21:14:38,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: , 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: } 2024-03-01 21:14:38,996 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:14:39,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,019 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 21:14:39,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,019 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:39,041 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,041 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,041 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,041 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,041 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,041 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 21:14:39,042 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 21:14:39,042 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,042 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:14:39,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,064 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,064 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,064 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 21:14:39,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,065 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:39,087 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,087 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,087 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,087 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,087 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,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 21:14:39,087 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 21:14:39,087 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,088 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:14:39,109 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,110 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 21:14:39,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,110 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:39,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,134 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 21:14:39,134 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 21:14:39,134 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 21:14:39,134 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 21:14:39,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,134 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:14:39,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,158 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,158 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,158 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 21:14:39,159 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:39,159 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:39,180 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,181 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 21:14:39,181 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 21:14:39,181 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,181 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:39,203 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,203 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,204 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:39,226 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,226 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,226 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,226 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,226 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,226 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 21:14:39,227 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,227 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,249 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,250 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,250 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,250 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:39,273 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,273 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,273 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,273 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,273 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,273 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 21:14:39,273 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 21:14:39,273 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,274 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:39,296 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,296 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,296 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,296 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,296 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,296 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,297 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,320 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 21:14:39,320 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 21:14:39,320 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 21:14:39,320 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 21:14:39,320 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,320 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:39,344 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 21:14:39,345 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:14:39,370 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,370 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"lv_uuid":"x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm", "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 21:14:39,371 INFO snapshot-role/MainThread: {"lv_uuid":"70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61", "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 21:14:39,371 INFO snapshot-role/MainThread: {"lv_uuid":"6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq", "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 21:14:39,371 INFO snapshot-role/MainThread: {"lv_uuid":"ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA", "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 21:14:39,371 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP", "lv_uuid":"70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61", "pv_name":"/dev/sdh"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l", "lv_uuid":"x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm", "pv_name":"/dev/sdj"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ", "lv_uuid":"ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA", "pv_name":"/dev/sdg"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ", "lv_uuid":"6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq", "pv_name":"/dev/sdg"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ", "lv_uuid":"70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61", "pv_name":"/dev/sdg"}, 2024-03-01 21:14:39,371 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6", "lv_uuid":"x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm", "pv_name":"/dev/sdi"} 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm"} 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"lv_uuid":"UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj", "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 21:14:39,372 INFO snapshot-role/MainThread: {"lv_uuid":"0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis", "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 21:14:39,372 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 21:14:39,372 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw", "lv_uuid":"0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis", "pv_name":"/dev/sdd"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw", "lv_uuid":"UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj", "pv_name":"/dev/sdd"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj"} 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"lv_uuid":"0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4", "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 21:14:39,373 INFO snapshot-role/MainThread: {"lv_uuid":"plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq", "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 21:14:39,373 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH", "lv_uuid":"plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq", "pv_name":"/dev/sdb"}, 2024-03-01 21:14:39,373 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH", "lv_uuid":"0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4", "pv_name":"/dev/sdb"}, 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a", "lv_uuid":"plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq", "pv_name":"/dev/sda"} 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4"}, 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq"}, 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq"} 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 21:14:39,374 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 21:14:39,375 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 21:14:39,375 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 21:14:39,375 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:39,398 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,399 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 21:14:39,399 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 21:14:39,399 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,399 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:39,423 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,423 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,424 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 75497472B test_vg1/lv1 2024-03-01 21:14:39,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,664 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,664 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,664 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,664 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,664 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,701 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 21:14:39,701 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 21:14:39,701 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,701 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,725 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,726 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,726 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,726 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,726 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,726 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 21:14:39,929 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,929 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,929 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,929 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,929 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,929 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,964 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 21:14:39,964 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 21:14:39,964 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 21:14:39,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,964 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: { 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,987 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,988 INFO snapshot-role/MainThread: , 2024-03-01 21:14:39,988 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:39,988 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:39,988 INFO snapshot-role/MainThread: } 2024-03-01 21:14:39,988 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 21:14:40,188 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:40,189 INFO snapshot-role/MainThread: { 2024-03-01 21:14:40,189 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:40,189 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,189 INFO snapshot-role/MainThread: } 2024-03-01 21:14:40,189 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: { 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: { 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:40,232 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 21:14:40,232 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 21:14:40,232 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 21:14:40,232 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 21:14:40,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: } 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: , 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: } 2024-03-01 21:14:40,232 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:40,256 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: { 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: { 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: } 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: , 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: } 2024-03-01 21:14:40,257 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 21:14:40,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:40,463 INFO snapshot-role/MainThread: { 2024-03-01 21:14:40,463 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:40,463 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:40,463 INFO snapshot-role/MainThread: } 2024-03-01 21:14:40,463 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:43,368 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:14:43,369 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:43,369 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 21:14:43,369 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 21:14:43,369 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:43,392 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,393 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 21:14:43,393 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 21:14:43,393 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 21:14:43,393 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,393 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,417 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 21:14:43,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,417 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:43,441 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,442 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 21:14:43,442 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 21:14:43,442 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 21:14:43,442 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 21:14:43,442 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,442 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 21:14:43,465 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,465 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,465 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,465 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,465 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,465 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 21:14:43,465 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,466 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:43,489 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,490 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 21:14:43,490 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 21:14:43,490 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 21:14:43,490 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 21:14:43,490 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,490 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 21:14:43,512 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,512 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,512 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,512 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,512 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,512 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 21:14:43,512 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,512 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,513 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,513 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,513 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,513 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:43,537 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,537 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,538 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 21:14:43,538 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 21:14:43,538 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 21:14:43,538 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 21:14:43,538 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 21:14:43,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,538 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 21:14:43,563 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,563 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,563 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,563 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,563 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,564 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 21:14:43,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 21:14:43,564 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:43,587 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,587 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,587 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,587 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,588 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 21:14:43,588 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 21:14:43,588 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 21:14:43,588 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,588 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:43,609 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,609 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,609 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,609 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,609 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,609 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 21:14:43,609 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,610 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:14:43,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,632 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,632 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,632 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,632 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,632 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 21:14:43,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,633 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:43,654 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,654 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,654 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,654 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,654 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,654 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 21:14:43,654 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 21:14:43,655 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 21:14:43,655 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 21:14:43,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,655 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:43,677 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,677 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,677 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,678 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 21:14:43,678 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,678 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:14:43,702 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,702 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,702 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,703 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 21:14:43,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,703 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:43,725 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,725 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,725 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,725 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,725 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,725 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 21:14:43,726 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 21:14:43,726 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 21:14:43,726 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 21:14:43,726 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,726 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:43,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,749 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,749 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,750 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 21:14:43,750 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,750 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:14:43,772 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,772 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,772 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,772 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,772 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 21:14:43,772 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,772 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,773 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,773 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,773 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,773 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,773 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:43,794 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,794 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,795 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 21:14:43,795 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 21:14:43,795 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 21:14:43,795 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 21:14:43,795 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 21:14:43,795 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,795 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,820 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 21:14:43,820 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,820 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:14:43,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: { 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:43,844 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 21:14:43,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: , 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: } 2024-03-01 21:14:43,844 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:46,700 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:14:46,700 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:46,700 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:14:46,700 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:14:46,700 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:46,724 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,725 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 21:14:46,725 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 21:14:46,725 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 21:14:46,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,725 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:46,750 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,751 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 21:14:46,751 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,751 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,752 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 21:14:46,780 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,780 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 21:14:46,781 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:46,806 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 21:14:46,806 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 21:14:46,806 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,806 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:46,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,831 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,831 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,831 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 21:14:46,832 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,832 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv3_snapset1 /mnt/lv3_mp 2024-03-01 21:14:46,860 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,860 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 21:14:46,860 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:46,883 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,884 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 21:14:46,884 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:46,884 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 21:14:46,884 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 21:14:46,884 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,884 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:46,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,908 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,908 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,909 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 21:14:46,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,909 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv4_snapset1 /mnt/lv4_mp 2024-03-01 21:14:46,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,937 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 21:14:46,937 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:46,963 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,963 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,964 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 21:14:46,964 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 21:14:46,964 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 21:14:46,964 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 21:14:46,964 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 21:14:46,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,964 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:46,992 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:46,992 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:46,992 INFO snapshot-role/MainThread: { 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:46,993 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 21:14:46,993 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: , 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: } 2024-03-01 21:14:46,993 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 21:14:47,023 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:47,023 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:49,906 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:14:49,906 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:49,906 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:14:49,906 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp /dev/test_vg1/lv1_snapset1 test_vg1 lv1 snapset1 2024-03-01 21:14:49,906 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:49,931 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: { 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: { 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:49,932 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 21:14:49,932 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 21:14:49,932 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 21:14:49,932 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: } 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: , 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: } 2024-03-01 21:14:49,932 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:49,956 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: { 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: { 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:49,957 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 21:14:49,957 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: } 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: , 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: } 2024-03-01 21:14:49,957 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 21:14:49,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:49,960 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 21:14:49,960 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv3_mp /dev/test_vg2/lv3_snapset1 test_vg2 lv3 snapset1 2024-03-01 21:14:49,960 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:49,984 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: { 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: { 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:49,985 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 21:14:49,985 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:49,985 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 21:14:49,985 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: } 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: , 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: } 2024-03-01 21:14:49,985 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: , 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,010 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 21:14:50,013 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,013 INFO snapshot-role/MainThread: TARGET="/mnt/lv3_mp" SOURCE="/dev/mapper/test_vg2-lv3_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:14:50,013 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv4_mp /dev/test_vg2/lv4_snapset1 test_vg2 lv4 snapset1 2024-03-01 21:14:50,013 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:50,039 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:50,040 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 21:14:50,040 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:50,040 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 21:14:50,040 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: , 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,040 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:50,062 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,062 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,062 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: , 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,063 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 21:14:50,066 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,066 INFO snapshot-role/MainThread: TARGET="/mnt/lv4_mp" SOURCE="/dev/mapper/test_vg2-lv4_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:14:50,066 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp /dev/test_vg3/lv7_snapset1 test_vg3 lv7 snapset1 2024-03-01 21:14:50,066 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:50,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:50,093 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 21:14:50,093 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 21:14:50,093 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 21:14:50,093 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 21:14:50,093 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 21:14:50,093 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: , 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,093 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:50,115 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: { 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:50,116 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 21:14:50,116 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: , 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: } 2024-03-01 21:14:50,116 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 21:14:50,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:50,119 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 21:14:50,119 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:53,020 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:14:53,021 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:53,021 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:14:53,021 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 21:14:53,021 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:53,046 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,047 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 21:14:53,047 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 21:14:53,047 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 21:14:53,047 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,047 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:53,070 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,071 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 21:14:53,071 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,071 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 21:14:53,072 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:53,095 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,095 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,095 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,096 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 21:14:53,096 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:53,096 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 21:14:53,096 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,096 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,121 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,122 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 21:14:53,122 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,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 21:14:53,145 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:53,145 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 21:14:53,145 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,145 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,170 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,171 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 21:14:53,171 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,197 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 21:14:53,197 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 21:14:53,197 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 21:14:53,197 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 21:14:53,197 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 21:14:53,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,197 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,198 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,198 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: { 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:53,224 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 21:14:53,224 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: , 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:53,224 INFO snapshot-role/MainThread: } 2024-03-01 21:14:53,225 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:56,183 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:14:56,183 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:56,184 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:14:56,184 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:14:56,184 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,211 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 21:14:56,211 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 21:14:56,211 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 21:14:56,211 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,211 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:14:56,235 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,235 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,235 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,235 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,235 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,236 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 21:14:56,236 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 21:14:56,236 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp 2024-03-01 21:14:56,248 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,248 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 21:14:56,249 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:56,271 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,271 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,271 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,271 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,271 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,271 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 21:14:56,271 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:56,271 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 21:14:56,272 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,272 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:14:56,295 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,295 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,295 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,295 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,295 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,295 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: umount target /mnt/lv3_mp from device /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 21:14:56,296 INFO snapshot-role/MainThread: Running... umount /mnt/lv3_mp 2024-03-01 21:14:56,307 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,308 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 21:14:56,308 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:14:56,332 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,332 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,332 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,332 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,332 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,332 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 21:14:56,332 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:14:56,332 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 21:14:56,333 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,333 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:14:56,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,355 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: umount target /mnt/lv4_mp from device /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 21:14:56,356 INFO snapshot-role/MainThread: Running... umount /mnt/lv4_mp 2024-03-01 21:14:56,369 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,369 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 21:14:56,369 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,397 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 21:14:56,397 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 21:14:56,397 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 21:14:56,397 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 21:14:56,397 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 21:14:56,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,397 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,398 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: { 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:14:56,422 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 21:14:56,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: , 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: ] 2024-03-01 21:14:56,422 INFO snapshot-role/MainThread: } 2024-03-01 21:14:56,423 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 21:14:56,423 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp 2024-03-01 21:14:56,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:14:56,434 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:14:59,335 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:14:59,335 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:14:59,335 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:14:59,335 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 21:14:59,338 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:14:59,338 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv3_mp -P 2024-03-01 21:14:59,341 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:14:59,341 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv4_mp -P 2024-03-01 21:14:59,343 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:14:59,343 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 21:14:59,346 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 21:14:59,346 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:15:02,227 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:15:02,227 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:15:02,227 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 21:15:02,227 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 21:15:02,227 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:02,251 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,252 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 21:15:02,252 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 21:15:02,252 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 21:15:02,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,252 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:02,275 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,275 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,276 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 21:15:02,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 21:15:02,276 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,303 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 21:15:02,303 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:02,303 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 21:15:02,303 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,303 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,304 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,304 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:02,326 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 21:15:02,327 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:02,351 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,352 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 21:15:02,352 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:02,352 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 21:15:02,352 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,352 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:15:02,375 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,375 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,375 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,375 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:02,375 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 21:15:02,376 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:15:02,400 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,401 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 21:15:02,401 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 21:15:02,401 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 21:15:02,401 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:02,401 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 21:15:02,401 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,401 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:15:02,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: { 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:02,427 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 21:15:02,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: , 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: } 2024-03-01 21:15:02,427 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:15:05,386 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:15:05,386 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:15:05,386 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 21:15:05,386 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:05,410 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,411 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 21:15:05,411 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 21:15:05,411 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 21:15:05,411 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,411 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:05,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,434 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 21:15:05,434 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,434 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,462 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,488 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 21:15:05,488 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:05,488 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 21:15:05,488 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,488 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:15:05,512 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,512 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,513 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:15:05,537 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,537 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,537 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,537 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,537 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,538 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:05,563 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,563 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,563 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,563 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,564 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 21:15:05,564 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:05,564 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 21:15:05,564 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,564 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:15:05,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,590 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,590 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,590 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,590 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,591 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:15:05,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,615 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:15:05,641 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,641 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,641 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,641 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,641 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,642 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 21:15:05,642 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 21:15:05,642 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 21:15:05,642 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 21:15:05,642 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,642 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:15:05,664 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,665 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 21:15:05,665 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,665 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:15:05,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,688 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 21:15:05,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,688 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,713 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 21:15:05,713 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 21:15:05,713 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 21:15:05,713 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,713 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:05,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,737 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,737 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,738 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 21:15:05,738 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,738 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 21:15:05,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,761 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 21:15:05,761 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,761 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 21:15:05,870 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,870 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,870 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,870 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,870 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,870 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:05,913 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,914 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 21:15:05,914 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 21:15:05,914 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 21:15:05,914 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,914 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:15:05,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,936 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,936 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,937 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: { 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,959 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,960 INFO snapshot-role/MainThread: , 2024-03-01 21:15:05,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:05,960 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:05,960 INFO snapshot-role/MainThread: } 2024-03-01 21:15:05,960 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 21:15:06,075 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,075 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,075 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,075 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,076 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,076 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:06,114 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:06,115 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 21:15:06,115 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 21:15:06,115 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: , 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,115 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:15:06,140 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,140 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,140 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:06,140 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,140 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:06,140 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: , 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,141 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 21:15:06,166 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,166 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:06,166 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:06,166 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: , 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,167 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 21:15:06,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,282 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,283 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,283 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,283 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:15:06,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:06,321 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 21:15:06,321 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 21:15:06,321 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 21:15:06,321 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 21:15:06,321 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 21:15:06,321 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: , 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,321 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:15:06,345 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,345 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,345 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:06,346 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 21:15:06,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: , 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,346 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:06,370 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 21:15:06,370 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: , 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,370 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 21:15:06,494 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:06,494 INFO snapshot-role/MainThread: { 2024-03-01 21:15:06,494 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:06,494 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:06,494 INFO snapshot-role/MainThread: } 2024-03-01 21:15:06,495 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 21:15:09,568 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 21:15:09,569 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 21:15:09,569 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 21:15:09,569 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,594 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 21:15:09,594 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 21:15:09,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,594 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 21:15:09,617 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,618 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:09,641 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:09,641 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,641 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,642 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 21:15:09,642 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 21:15:09,642 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,642 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 21:15:09,665 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:15:09,665 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,665 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,665 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,665 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,666 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 21:15:09,687 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:09,687 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,687 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,687 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,688 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 21:15:09,688 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 21:15:09,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,688 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,709 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,710 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,710 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,710 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,710 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 21:15:09,733 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:15:09,733 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,733 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,734 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 21:15:09,734 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 21:15:09,734 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 21:15:09,734 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 21:15:09,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,734 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 21:15:09,755 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 21:15:09,755 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: { 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: , 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: ] 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: } 2024-03-01 21:15:09,756 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices cat: /etc/lvm/devices/system.devices: No such file or directory + : ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="b2f85011-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="b2f85011-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 21:09:14,591 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gnd60xgw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:19,223 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_kz1b_bh_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:26,444 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_yddv9ikx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:26,561 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:26,561 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:09:26,602 INFO program/MainThread: stdout[2]: 2024-03-01 21:09:26,602 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:09:26,603 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:09:26,603 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:09:26,607 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:26,608 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:09:26,611 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:26,612 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:09:26,615 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:26,615 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:09:26,618 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:26,618 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:09:26,625 INFO program/MainThread: stdout: 2024-03-01 21:09:26,625 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:09:26,625 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:09:26,626 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:26,626 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:26,626 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:26,626 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:26,626 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:26,627 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:09:26,627 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:26,627 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:09:26,627 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:09:26,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:26,640 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:26,651 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:09:26,656 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:09:26,656 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:09:26,656 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:26,686 INFO program/MainThread: stdout[3]: 2024-03-01 21:09:26,686 INFO program/MainThread: stderr[3]: 2024-03-01 21:09:26,686 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:09:26,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,700 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:09:26,705 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:09:26,705 INFO blivet/MainThread: sda is a disk 2024-03-01 21:09:26,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:09:26,706 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:09:26,709 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:26,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:26,713 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:26,716 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:09:26,717 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,717 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:09:26,717 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe022f93438) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:09:26,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:09:26,721 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:09:26,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:09:26,724 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:09:26,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,734 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:09:26,735 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:09:26,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:09:26,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:09:26,738 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:26,742 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:26,742 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:26,745 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:09:26,745 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,746 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:09:26,746 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f3f3c8) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:09:26,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:09:26,749 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:09:26,753 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:09:26,753 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:09:26,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,763 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:09:26,763 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:09:26,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:09:26,763 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:09:26,767 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:09:26,770 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:09:26,770 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:09:26,773 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:09:26,773 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,774 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:09:26,774 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f3f470) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:09:26,777 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:09:26,777 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:09:26,781 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:09:26,781 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:09:26,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,791 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:09:26,791 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:09:26,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:09:26,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:09:26,795 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:09:26,798 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:09:26,798 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:09:26,801 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:09:26,802 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,802 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:09:26,802 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f47588) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:09:26,805 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:09:26,806 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:09:26,809 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:09:26,809 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:09:26,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,819 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:09:26,819 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:09:26,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:09:26,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:09:26,823 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:26,826 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:26,826 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:26,830 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:09:26,830 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,830 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:09:26,830 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f47630) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:09:26,834 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:09:26,834 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:09:26,837 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:09:26,837 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:09:26,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:09:26,848 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:09:26,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:09:26,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:09:26,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:26,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:26,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 21:09:26,857 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:09:26,858 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,858 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:09:26,858 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f44470) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:09:26,862 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:09:26,862 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:09:26,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:09:26,865 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:09:26,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:09:26,876 INFO blivet/MainThread: sde is a disk 2024-03-01 21:09:26,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:09:26,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:09:26,879 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:26,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:26,882 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:26,885 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:09:26,886 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,886 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:09:26,886 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f44b00) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:09:26,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:09:26,890 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:09:26,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:09:26,893 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:09:26,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,903 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:09:26,904 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:09:26,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:09:26,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:09:26,907 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:26,910 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:26,910 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:09:26,914 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:09:26,914 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,914 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:09:26,914 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f44eb8) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:09:26,918 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:09:26,918 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:09:26,921 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:09:26,921 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:09:26,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,931 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:09:26,932 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:09:26,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:09:26,932 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:09:26,935 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:26,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:26,938 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:09:26,942 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:09:26,942 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,943 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:09:26,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f539e8) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:09:26,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:09:26,946 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:09:26,949 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:09:26,950 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:09:26,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,959 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:09:26,960 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:09:26,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:09:26,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:09:26,963 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:26,967 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:26,967 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:26,970 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:09:26,970 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,971 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:09:26,971 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f44a20) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:09:26,974 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:09:26,974 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:09:26,977 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:09:26,977 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:09:26,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:26,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:26,987 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:09:26,988 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:09:26,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:09:26,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:09:26,991 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:26,995 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:26,995 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:26,998 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:09:26,998 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:09:26,999 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:09:26,999 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f67908) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:09:27,002 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:09:27,002 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:09:27,005 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:09:27,006 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:09:27,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:27,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:27,016 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:09:27,016 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:09:27,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:09:27,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:09:27,019 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:27,023 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:27,023 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:27,026 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:09:27,026 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:09:27,027 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:09:27,027 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f67f98) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:09:27,030 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:09:27,030 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:09:27,033 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': '18182951'} ; 2024-03-01 21:09:27,033 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:09:27,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:27,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:27,044 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:09:27,044 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:09:27,044 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:09:27,044 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:09:27,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:09:27,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:09:27,047 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:09:27,051 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:09:27,051 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:09:27,054 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:09:27,055 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:09:27,055 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:09:27,055 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe021f67eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:09:27,059 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:09:27,062 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:27,063 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:09:27,066 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:27,066 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:09:27,069 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:27,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:09:27,073 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:27,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:09:27,077 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:09:27,080 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:27,083 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:09:27,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 0x7fe021f65508> 2024-03-01 21:09:30,216 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:09:30,221 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:09:30,221 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:09:30,225 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': '18185273'} ; 2024-03-01 21:09:30,225 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:09:30,225 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:09:30,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,234 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:09:30,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,240 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:30,251 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:30,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:09:30,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:09:30,273 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:09:30,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:09:30,276 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:09:30,280 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:09:30,280 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:09:30,283 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:30,284 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:30,284 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:09:30,287 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:09:30,290 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:09:30,293 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:09:30,296 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:09:30,299 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:30,300 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:30,300 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:09:30,301 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:09:30,300 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe021f3f0b8) -- 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 0x7fe021efe0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:09:30,304 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:09:30,308 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:30,308 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:09:30,311 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:30,311 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:09:30,314 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:30,315 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:09:30,318 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:30,318 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:09:30,320 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:09:30,320 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:09:30,323 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:30,324 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:09:30,327 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:09:30,327 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:09:30,327 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:30,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:30,349 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:09:30,350 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:09:30,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:30,363 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:09:30,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:30,374 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:09:30,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:30,386 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:09:30,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:30,397 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:09:30,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:30,408 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:09:30,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:30,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:09:30,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:09:30,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:09:30,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:09:34,939 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload__d65nirs/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:34,975 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:34,975 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:09:34,978 INFO program/MainThread: stdout[2]: 2024-03-01 21:09:34,978 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:09:34,978 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:09:34,978 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:09:34,982 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:34,983 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:09:34,986 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:34,986 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:09:34,990 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:34,990 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:09:34,993 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:34,993 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:09:35,000 INFO program/MainThread: stdout: 2024-03-01 21:09:35,000 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:09:35,000 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,000 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,000 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,000 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:09:35,001 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:35,001 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:35,001 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:35,001 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:35,001 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:35,002 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:09:35,002 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:35,002 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:09:35,002 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:09:35,002 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:35,014 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:35,025 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:09:35,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:09:35,029 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:09:35,030 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:35,053 INFO program/MainThread: stdout[3]: 2024-03-01 21:09:35,053 INFO program/MainThread: stderr[3]: 2024-03-01 21:09:35,053 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:09:35,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,066 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:09:35,071 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:09:35,072 INFO blivet/MainThread: sda is a disk 2024-03-01 21:09:35,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:09:35,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:09:35,076 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:35,079 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:35,079 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:35,083 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:09:35,083 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,083 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:09:35,084 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb105c75470) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:09:35,087 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:09:35,087 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:09:35,091 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:09:35,091 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:09:35,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,101 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:09:35,102 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:09:35,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:09:35,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:09:35,105 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:35,108 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:35,108 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:35,112 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:09:35,112 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,112 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:09:35,112 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c23400) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:09:35,116 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:09:35,116 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:09:35,119 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:09:35,120 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:09:35,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,130 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:09:35,130 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:09:35,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:09:35,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:09:35,134 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:09:35,137 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:09:35,137 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:09:35,140 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:09:35,141 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,141 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:09:35,141 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c234a8) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:09:35,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:09:35,145 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:09:35,148 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:09:35,148 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:09:35,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,158 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:09:35,159 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:09:35,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:09:35,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:09:35,162 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:09:35,166 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:09:35,166 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:09:35,169 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:09:35,169 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,170 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:09:35,170 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c295c0) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:09:35,173 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:09:35,173 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:09:35,177 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:09:35,177 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:09:35,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,187 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:09:35,188 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:09:35,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:09:35,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:09:35,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:35,194 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:35,194 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:35,198 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:09:35,198 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,198 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:09:35,198 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c29438) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:09:35,202 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:09:35,202 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:09:35,205 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:09:35,205 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:09:35,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,216 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:09:35,216 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:09:35,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:09:35,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:09:35,220 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:35,223 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:35,223 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:09:35,226 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:09:35,227 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,227 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:09:35,227 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c3a4a8) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:09:35,230 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:09:35,231 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:09:35,234 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:09:35,234 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:09:35,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,244 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:09:35,245 INFO blivet/MainThread: sde is a disk 2024-03-01 21:09:35,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:09:35,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:09:35,248 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:35,251 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:35,251 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:35,255 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:09:35,255 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,255 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:09:35,255 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c3ab38) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:09:35,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:09:35,259 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:09:35,262 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:09:35,262 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:09:35,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,273 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:09:35,273 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:09:35,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:09:35,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:09:35,277 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:35,280 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:35,280 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:09:35,283 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:09:35,284 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,284 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:09:35,284 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c3af60) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:09:35,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:09:35,288 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:09:35,291 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:09:35,291 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:09:35,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,301 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:09:35,302 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:09:35,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:09:35,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:09:35,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:35,308 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:35,308 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:09:35,312 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:09:35,312 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,313 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:09:35,313 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c26a20) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:09:35,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:09:35,316 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:09:35,319 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:09:35,320 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:09:35,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,330 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:09:35,331 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:09:35,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:09:35,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:09:35,334 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:35,337 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:35,337 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:35,341 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:09:35,341 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,341 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:09:35,341 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c3acf8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:09:35,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:09:35,345 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:09:35,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:09:35,348 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:09:35,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,359 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:09:35,359 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:09:35,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:09:35,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:09:35,363 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:35,366 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:35,366 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:35,369 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:09:35,370 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,370 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:09:35,370 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c4a940) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:09:35,374 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:09:35,374 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:09:35,377 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:09:35,377 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:09:35,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,387 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:09:35,388 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:09:35,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:09:35,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:09:35,391 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:35,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:35,394 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:35,398 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:09:35,398 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:09:35,398 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:09:35,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c4afd0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:09:35,402 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:09:35,402 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:09:35,405 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': '18182951'} ; 2024-03-01 21:09:35,405 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:09:35,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:35,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:35,415 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:09:35,416 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:09:35,416 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:09:35,416 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:09:35,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:09:35,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:09:35,419 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:09:35,422 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:09:35,423 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:09:35,426 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:09:35,426 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:09:35,427 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:09:35,427 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb104c4ad68) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:09:35,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:09:35,434 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:35,434 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:09:35,437 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:35,437 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:09:35,441 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:35,441 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:09:35,444 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:35,444 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:09:35,448 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:09:35,451 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:35,455 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:09:35,458 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 0x7fb104c47608> 2024-03-01 21:09:38,668 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:09:38,673 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:09:38,673 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:09:38,677 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': '18185273'} ; 2024-03-01 21:09:38,677 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:09:38,677 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:09:38,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,687 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:09:38,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,693 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:38,705 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:38,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:09:38,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:09:38,727 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:09:38,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:09:38,731 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:09:38,734 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:09:38,734 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:09:38,738 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:38,738 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:38,738 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:09:38,741 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:09:38,745 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:09:38,748 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:09:38,751 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:09:38,754 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:38,755 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:38,755 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:09:38,756 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:09:38,755 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb105fc1390) -- 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 0x7fb104be00f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:09:38,759 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:09:38,763 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:38,763 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:09:38,766 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:38,766 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:09:38,770 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:38,770 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:09:38,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:38,774 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:09:38,775 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:09:38,775 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:09:38,779 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:38,779 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:09:38,782 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:09:38,782 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:09:38,783 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:38,796 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:38,808 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:09:38,808 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:09:38,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,822 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:09:38,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,833 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:09:38,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,845 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:09:38,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,857 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:09:38,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,868 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:09:38,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,880 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:09:38,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,892 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:09:38,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:09:38,898 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:09:38,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:09:38,904 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:09:38,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:09:38,910 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:09:38,913 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:38,913 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:09:38,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:09:38,917 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:38,917 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:38,920 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:09:38,921 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:38,924 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:38,924 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:09:38,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:09:38,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:38,927 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:38,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:09:38,931 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:38,934 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:38,934 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:09:38,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:09:38,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:38,937 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:38,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:09:38,940 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:38,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:09:38,946 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:09:38,949 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:09:38,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:09:38,956 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:09:38,960 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:09:38,964 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:09:38,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:09:38,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:09:38,968 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:09:38,968 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:38,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:38,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:38,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:38,982 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:09:38,983 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:38,983 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:09:38,983 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:09:38,984 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:38,984 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:09:38,987 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:38,987 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:09:38,990 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:38,991 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:09:38,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:09:38,998 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:09:38,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:09:39,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:09:39,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:09:39,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:09:39,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:09:39,013 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:39,013 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:09:39,013 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:09:39,013 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:09:39,019 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:09:39,019 INFO program/MainThread: stderr[4]: 2024-03-01 21:09:39,019 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:09:39,020 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:09:39,020 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:39,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:09:39,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,025 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:39,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,038 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:09:39,039 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:39,039 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:09:39,039 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:09:39,040 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:39,040 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:09:39,043 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,044 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:09:39,046 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:09:39,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:09:39,054 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:09:39,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:09:39,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:09:39,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:09:39,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:09:39,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:09:39,069 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:09:39,069 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:09:39,069 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:09:39,070 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:09:39,070 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:39,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:09:39,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,074 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:39,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,086 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:09:39,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:09:39,092 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:09:39,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:09:39,098 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:09:39,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:09:39,104 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:09:39,107 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,107 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:09:39,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:09:39,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:39,110 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:39,113 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,114 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:39,117 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,117 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:09:39,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:09:39,120 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:39,120 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:39,123 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,123 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:39,126 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,127 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:09:39,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:09:39,130 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:39,130 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:39,133 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,133 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:39,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:09:39,138 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:09:39,141 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:09:39,145 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:09:39,148 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:09:39,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:09:39,155 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:09:39,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:09:39,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:09:39,160 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:09:39,160 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:39,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,174 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:09:39,175 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:39,175 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:09:39,175 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:09:39,176 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:39,176 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:09:39,179 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,179 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:09:39,182 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:09:39,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:09:39,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:09:39,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:09:39,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:09:39,197 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:09:39,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:09:39,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:09:39,204 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:39,205 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:09:39,205 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:09:39,205 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:09:39,205 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:39,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:09:39,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,209 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:39,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,222 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:09:39,223 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:39,223 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:09:39,223 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:09:39,224 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:39,224 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:09:39,227 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,227 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:09:39,230 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:09:39,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:09:39,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:09:39,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:09:39,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:09:39,245 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:09:39,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:09:39,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:09:39,252 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:09:39,253 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:09:39,253 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:09:39,253 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:09:39,253 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:39,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:09:39,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,258 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:39,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,271 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:09:39,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:09:39,277 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:09:39,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:09:39,283 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:09:39,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:09:39,289 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:09:39,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:09:39,294 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:09:39,297 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,298 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:09:39,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:09:39,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:39,301 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:39,304 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,304 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:39,307 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,307 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:09:39,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:09:39,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:39,311 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:39,314 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,314 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:39,317 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,317 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:09:39,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:09:39,330 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:39,330 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:39,333 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,333 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:39,336 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:09:39,336 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:09:39,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:09:39,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:39,339 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:39,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:09:39,343 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:39,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:09:39,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:09:39,351 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:39,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:09:39,358 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:39,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:09:39,366 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:39,370 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:09:39,373 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:09:39,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:09:39,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:09:39,378 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:09:39,378 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:39,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,393 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:09:39,394 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,394 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:09:39,395 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:09:39,395 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,395 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:09:39,399 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,399 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:09:39,402 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:09:39,406 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:09:39,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:09:39,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:09:39,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:09:39,416 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:09:39,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:09:39,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:09:39,424 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,425 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:09:39,425 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:09:39,425 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:09:39,425 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:39,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:09:39,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,429 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:39,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,442 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:09:39,443 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,443 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:09:39,443 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:09:39,444 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,444 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:09:39,448 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,448 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:09:39,451 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,451 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:09:39,455 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:09:39,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:09:39,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:09:39,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:09:39,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:09:39,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:09:39,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:09:39,473 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,474 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:09:39,474 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:09:39,474 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:09:39,474 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:39,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:09:39,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,478 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:39,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,491 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:09:39,492 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,493 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:09:39,493 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:09:39,493 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,494 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:09:39,497 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,497 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:09:39,500 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:09:39,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:09:39,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:09:39,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:09:39,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:09:39,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:09:39,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:09:39,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:09:39,523 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,524 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:09:39,524 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:09:39,524 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:09:39,524 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:39,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:09:39,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,528 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:39,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:39,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:39,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:39,541 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:09:39,542 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,543 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:09:39,543 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:09:39,544 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,545 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:09:39,548 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,548 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:09:39,551 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:39,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:09:39,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:09:39,559 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:09:39,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:09:39,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:09:39,566 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:09:39,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:09:39,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:09:39,574 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:09:39,575 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:09:39,575 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:09:39,575 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:09:39,575 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:39,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:09:39,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:09:39,579 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:39,581 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:39,582 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:39,583 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:39,584 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:39,584 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:39,584 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:39,584 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:09:39,586 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:09:39,589 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:09:39,592 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:09:39,595 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:09:39,595 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:09:39,598 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:09:39,598 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 0x7fb104c01db0> 2024-03-01 21:09:39,599 INFO blivet/MainThread: sorting actions... 2024-03-01 21:09:39,633 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:39,634 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:39,634 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:39,635 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:39,635 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:39,635 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:39,636 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:39,636 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:39,636 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:39,637 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:39,637 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:39,638 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:39,638 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:39,638 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:39,639 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:39,639 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:39,640 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:39,640 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:39,641 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:39,641 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:39,641 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:39,642 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:39,642 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:39,643 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:39,643 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:39,644 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:39,644 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:39,644 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:39,645 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:39,645 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:39,646 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:39,646 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:39,646 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:39,647 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:39,647 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:39,648 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:39,648 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:39,648 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:39,649 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:39,649 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:09:39,652 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,655 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:09:39,656 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:09:39,663 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,692 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,702 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,702 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:09:39,706 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,709 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:09:39,709 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:09:39,715 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,743 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,743 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,755 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,755 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:09:39,759 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,762 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:09:39,762 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:09:39,768 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,798 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,798 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,810 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,811 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:09:39,815 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,818 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:09:39,818 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:09:39,823 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,823 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,863 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:09:39,867 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,870 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:09:39,870 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:09:39,876 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,876 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,902 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,902 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,914 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,914 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:09:39,918 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,921 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:09:39,921 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:09:39,927 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,956 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:39,968 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,968 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:09:39,972 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:39,975 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:09:39,975 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:09:39,981 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:39,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,009 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,021 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,021 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:09:40,025 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:40,028 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:09:40,028 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:09:40,034 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,060 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,060 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,072 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:09:40,076 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:40,079 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:09:40,079 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:09:40,085 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,111 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,111 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,123 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,123 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:09:40,127 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:09:40,130 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:09:40,131 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:09:40,136 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,165 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,165 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,175 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,175 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:09:40,179 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,183 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,186 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,186 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:09:40,186 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 21:09:40,216 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:09:40,217 INFO program/MainThread: stderr[5]: 2024-03-01 21:09:40,217 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:09:40,217 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,242 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,250 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:40,250 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:40,253 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:09:40,270 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,271 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,312 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,312 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:09:40,316 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,320 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,323 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,323 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:09:40,323 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 21:09:40,353 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:09:40,353 INFO program/MainThread: stderr[6]: 2024-03-01 21:09:40,353 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:09:40,353 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,378 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,385 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:40,386 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:40,388 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:09:40,399 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,426 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,426 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:09:40,430 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,434 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,437 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,437 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:09:40,437 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 21:09:40,469 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:09:40,470 INFO program/MainThread: stderr[7]: 2024-03-01 21:09:40,470 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:09:40,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,500 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,506 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:40,507 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:40,508 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:09:40,518 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,543 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,543 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:09:40,547 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,550 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,553 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,553 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:09:40,554 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 21:09:40,584 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:09:40,584 INFO program/MainThread: stderr[8]: 2024-03-01 21:09:40,584 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:09:40,585 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,619 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,624 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:40,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 21:09:40,625 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:09:40,638 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,663 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,663 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:09:40,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:09:40,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:09:40,673 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,677 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,680 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,683 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,686 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,689 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,693 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,696 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,699 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:09:40,699 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 21:09:40,765 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:09:40,765 INFO program/MainThread: stderr[9]: 2024-03-01 21:09:40,765 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:09:40,774 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:40,784 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:09:40,791 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,797 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,800 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,807 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,814 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,820 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,830 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,835 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,846 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:09:40,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:09:40,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,865 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:09:40,873 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,882 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,882 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:40,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:09:40,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:09:40,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:40,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:09:40,900 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,903 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,907 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,910 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,914 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,917 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,921 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:40,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:09:40,924 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:40,936 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:40,940 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:09:40,941 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 21:09:40,966 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl 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 21:09:40,966 INFO program/MainThread: stderr[10]: 2024-03-01 21:09:40,966 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:09:40,970 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:09:40,971 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 21:09:41,056 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:09:41,056 INFO program/MainThread: stderr[11]: 2024-03-01 21:09:41,056 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:09:41,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:09:41,072 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:09:41,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,112 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,117 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 21:09:41,118 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:09:41,118 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:09:41,127 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,140 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:09:41,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,147 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:09:41,150 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:09:41,151 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:09:41,202 INFO program/MainThread: stdout: 2024-03-01 21:09:41,202 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:09:41,202 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:41,202 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:41,202 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:41,202 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:09:41,203 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:41,203 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:41,203 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:41,203 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:41,203 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:41,203 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,203 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:09:41,217 INFO program/MainThread: stdout: 2024-03-01 21:09:41,218 INFO program/MainThread: writing all SBs 2024-03-01 21:09:41,218 INFO program/MainThread: new label = "" 2024-03-01 21:09:41,218 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,218 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,234 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:09:41,238 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:09:41,240 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:09:41,248 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,248 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,263 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,263 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:41,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:09:41,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:09:41,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,275 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 21:09:41,300 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl 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 21:09:41,300 INFO program/MainThread: stderr[12]: 2024-03-01 21:09:41,300 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:09:41,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:09:41,306 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 21:09:41,383 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:09:41,383 INFO program/MainThread: stderr[13]: 2024-03-01 21:09:41,384 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:09:41,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,403 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:09:41,404 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:09:41,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,449 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,454 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 21:09:41,455 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:09:41,455 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:09:41,465 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,479 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,479 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:09:41,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,487 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:09:41,490 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:09:41,490 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:09:41,512 INFO program/MainThread: stdout: 2024-03-01 21:09:41,512 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:09:41,513 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:41,513 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:41,513 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:41,513 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:09:41,513 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:41,513 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:41,513 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:41,513 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:41,513 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:41,513 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,514 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:09:41,527 INFO program/MainThread: stdout: 2024-03-01 21:09:41,527 INFO program/MainThread: writing all SBs 2024-03-01 21:09:41,527 INFO program/MainThread: new label = "" 2024-03-01 21:09:41,527 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,527 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,541 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:09:41,545 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:09:41,547 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:09:41,555 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,571 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,571 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:41,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:09:41,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:09:41,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,584 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 21:09:41,609 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl 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 21:09:41,609 INFO program/MainThread: stderr[14]: 2024-03-01 21:09:41,609 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:09:41,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:09:41,613 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 21:09:41,701 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:09:41,702 INFO program/MainThread: stderr[15]: 2024-03-01 21:09:41,702 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:09:41,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:09:41,721 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:09:41,721 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,759 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,764 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 21:09:41,765 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:09:41,765 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:09:41,774 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,790 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,790 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:09:41,795 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,798 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:09:41,801 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:09:41,801 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:09:41,824 INFO program/MainThread: stdout: 2024-03-01 21:09:41,824 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:09:41,824 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:41,824 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:41,824 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:41,824 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:09:41,824 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:41,824 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:41,824 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:09:41,824 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:41,825 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:41,825 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,825 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:09:41,838 INFO program/MainThread: stdout: 2024-03-01 21:09:41,838 INFO program/MainThread: writing all SBs 2024-03-01 21:09:41,838 INFO program/MainThread: new label = "" 2024-03-01 21:09:41,838 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,855 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:09:41,859 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:09:41,861 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:09:41,869 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:41,885 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:41,885 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:41,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:09:41,893 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:09:41,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:41,896 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 21:09:41,923 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl 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 21:09:41,923 INFO program/MainThread: stderr[16]: 2024-03-01 21:09:41,923 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:09:41,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:09:41,928 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 21:09:42,026 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:09:42,026 INFO program/MainThread: stderr[17]: 2024-03-01 21:09:42,026 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:09:42,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:09:42,043 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:09:42,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,069 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,074 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 21:09:42,075 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:09:42,075 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:09:42,085 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,101 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,101 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:09:42,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,109 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:09:42,112 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:09:42,112 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:09:42,148 INFO program/MainThread: stdout: 2024-03-01 21:09:42,148 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:09:42,148 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:42,148 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:42,148 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:42,148 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:09:42,148 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:42,148 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:42,149 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:09:42,149 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:42,149 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:42,149 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,149 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:09:42,162 INFO program/MainThread: stdout: 2024-03-01 21:09:42,162 INFO program/MainThread: writing all SBs 2024-03-01 21:09:42,162 INFO program/MainThread: new label = "" 2024-03-01 21:09:42,162 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,162 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,178 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:09:42,182 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:09:42,184 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:09:42,193 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,193 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,206 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,206 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:09:42,210 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,213 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,216 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,216 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:09:42,216 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:42,246 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:09:42,246 INFO program/MainThread: stderr[18]: 2024-03-01 21:09:42,246 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:09:42,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,274 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,281 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:42,282 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:09:42,283 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:09:42,293 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,318 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,319 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:09:42,323 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,326 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,329 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,329 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:09:42,329 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:42,364 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:09:42,365 INFO program/MainThread: stderr[19]: 2024-03-01 21:09:42,365 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:09:42,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,384 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,389 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:42,389 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:42,390 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:09:42,403 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,403 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,435 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,435 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:09:42,439 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,442 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,445 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,445 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:09:42,446 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:42,479 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:09:42,479 INFO program/MainThread: stderr[20]: 2024-03-01 21:09:42,480 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:09:42,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,497 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,505 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:42,505 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:09:42,507 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:09:42,522 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,547 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,547 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:09:42,551 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:09:42,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:09:42,558 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,561 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,564 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,567 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,571 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,574 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:09:42,577 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:42,624 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:09:42,625 INFO program/MainThread: stderr[21]: 2024-03-01 21:09:42,625 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:09:42,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:42,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:09:42,649 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,657 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,662 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,669 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,676 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,682 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,682 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,702 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:09:42,710 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:09:42,710 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,722 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,722 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:09:42,730 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,740 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,740 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:42,744 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:09:42,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:09:42,751 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:42,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:09:42,758 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,762 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,765 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,768 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,772 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,775 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:09:42,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,785 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:09:42,790 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:42,815 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:09:42,815 INFO program/MainThread: stderr[22]: 2024-03-01 21:09:42,815 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:09:42,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:09:42,820 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:42,906 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:09:42,906 INFO program/MainThread: stderr[23]: 2024-03-01 21:09:42,906 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:09:42,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,923 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:09:42,923 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:09:42,923 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,948 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,952 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 21:09:42,953 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:09:42,954 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:09:42,962 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,963 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:42,978 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:42,978 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:09:42,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:42,986 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:09:42,989 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:09:42,989 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:09:43,012 INFO program/MainThread: stdout: 2024-03-01 21:09:43,012 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:09:43,012 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:43,012 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:43,012 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:43,012 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:09:43,012 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:43,012 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:43,012 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:43,013 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:43,013 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:43,013 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,013 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:09:43,025 INFO program/MainThread: stdout: 2024-03-01 21:09:43,026 INFO program/MainThread: writing all SBs 2024-03-01 21:09:43,026 INFO program/MainThread: new label = "" 2024-03-01 21:09:43,026 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,026 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,046 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:09:43,046 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:09:43,048 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:09:43,057 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,057 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,073 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,073 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:43,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:09:43,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:09:43,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,084 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:43,110 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c 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 21:09:43,110 INFO program/MainThread: stderr[24]: 2024-03-01 21:09:43,110 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:09:43,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:09:43,115 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:43,188 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:09:43,188 INFO program/MainThread: stderr[25]: 2024-03-01 21:09:43,188 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:09:43,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:09:43,204 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:09:43,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,244 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,249 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 21:09:43,250 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:09:43,250 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:09:43,259 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,274 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,274 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:09:43,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,282 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:09:43,285 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:09:43,285 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:09:43,306 INFO program/MainThread: stdout: 2024-03-01 21:09:43,307 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:09:43,307 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:43,307 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:43,307 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:43,307 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:09:43,307 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:43,307 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:43,307 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:43,307 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:43,307 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:43,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,308 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:09:43,321 INFO program/MainThread: stdout: 2024-03-01 21:09:43,321 INFO program/MainThread: writing all SBs 2024-03-01 21:09:43,321 INFO program/MainThread: new label = "" 2024-03-01 21:09:43,321 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,336 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:09:43,340 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:09:43,342 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:09:43,350 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,366 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,366 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:09:43,371 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,374 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,376 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,377 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:09:43,377 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:43,408 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:09:43,408 INFO program/MainThread: stderr[26]: 2024-03-01 21:09:43,408 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:09:43,409 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,442 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:43,446 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:43,448 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:09:43,459 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,459 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,481 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,481 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:09:43,485 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,488 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,491 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,491 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:09:43,491 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:43,523 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:09:43,523 INFO program/MainThread: stderr[27]: 2024-03-01 21:09:43,523 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:09:43,523 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,544 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,551 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:43,552 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:43,554 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:09:43,565 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,566 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,591 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:09:43,595 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,598 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,601 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,601 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:09:43,601 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:09:43,633 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:09:43,633 INFO program/MainThread: stderr[28]: 2024-03-01 21:09:43,633 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:09:43,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,656 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,663 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:43,663 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:43,665 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:09:43,677 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,705 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,705 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:09:43,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:09:43,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:09:43,716 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,719 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,722 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,725 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,728 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,732 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,734 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:09:43,735 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:43,790 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:09:43,791 INFO program/MainThread: stderr[29]: 2024-03-01 21:09:43,791 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:09:43,799 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:43,805 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:09:43,809 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,816 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,822 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,829 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,835 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,842 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,856 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,861 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:09:43,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:09:43,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,874 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,874 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:09:43,882 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,894 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,894 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:43,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:09:43,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:09:43,905 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:09:43,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:09:43,912 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,919 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,922 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,926 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:43,929 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:09:43,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:43,941 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:43,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:09:43,946 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/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:43,972 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:09:43,972 INFO program/MainThread: stderr[30]: 2024-03-01 21:09:43,972 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:09:43,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:09:43,977 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:44,070 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:09:44,071 INFO program/MainThread: stderr[31]: 2024-03-01 21:09:44,071 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:09:44,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:44,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:09:44,089 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:09:44,089 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:09:44,112 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:09:44,113 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:09:44,122 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,136 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,136 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:09:44,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:44,144 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:09:44,147 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:09:44,147 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:09:44,187 INFO program/MainThread: stdout: 2024-03-01 21:09:44,188 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:09:44,188 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:44,188 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:44,188 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:44,188 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:09:44,188 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:44,188 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:44,188 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:09:44,188 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:44,189 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:44,189 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,189 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:09:44,202 INFO program/MainThread: stdout: 2024-03-01 21:09:44,202 INFO program/MainThread: writing all SBs 2024-03-01 21:09:44,202 INFO program/MainThread: new label = "" 2024-03-01 21:09:44,202 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,217 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:09:44,221 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:09:44,223 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:09:44,232 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,245 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,245 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:44,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:09:44,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:09:44,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:44,256 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/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:44,284 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD 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 21:09:44,284 INFO program/MainThread: stderr[32]: 2024-03-01 21:09:44,284 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:09:44,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:09:44,289 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:44,381 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:09:44,381 INFO program/MainThread: stderr[33]: 2024-03-01 21:09:44,381 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:09:44,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:44,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:09:44,399 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:09:44,399 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,418 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,423 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 21:09:44,423 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:09:44,424 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:09:44,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,447 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,447 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:09:44,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:44,455 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:09:44,458 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:09:44,458 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:09:44,479 INFO program/MainThread: stdout: 2024-03-01 21:09:44,479 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:09:44,480 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:09:44,480 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:09:44,480 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:09:44,480 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:09:44,480 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:09:44,480 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:09:44,480 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:09:44,480 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:09:44,480 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:09:44,480 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,481 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:09:44,496 INFO program/MainThread: stdout: 2024-03-01 21:09:44,496 INFO program/MainThread: writing all SBs 2024-03-01 21:09:44,496 INFO program/MainThread: new label = "" 2024-03-01 21:09:44,496 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,496 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,511 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:09:44,515 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:09:44,517 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:09:44,525 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,526 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:44,539 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:44,545 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:09:44,545 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fb104c160f8> 2024-03-01 21:09:44,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:09:44,552 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:09:44,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,559 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 21:09:44,559 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:09:44,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:09:44,565 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:09:44,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:09:44,572 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:09:44,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,578 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 21:09:44,578 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:09:44,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:09:44,584 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:09:44,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:09:44,591 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:09:44,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:09:44,597 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:09:44,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:09:44,603 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:09:44,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,609 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 21:09:44,610 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:09:44,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:09:44,616 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:09:44,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:09:44,622 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:09:44,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,628 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 21:09:44,628 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:09:44,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:09:44,634 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:09:44,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:09:44,640 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:09:44,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:44,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:09:44,646 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:10:22,951 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nzmr3yqq/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:22,987 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:22,987 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:22,990 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:22,990 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:10:22,990 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:22,991 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:22,995 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:22,995 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:22,999 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:22,999 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:23,002 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:23,002 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:23,005 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:23,005 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:23,016 INFO program/MainThread: stdout: 2024-03-01 21:10:23,016 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:23,016 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V 2024-03-01 21:10:23,016 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 2024-03-01 21:10:23,016 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo 2024-03-01 21:10:23,016 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 2024-03-01 21:10:23,016 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7b6c73c7-1da7-4d8d-a96e-9414e56e888a 2024-03-01 21:10:23,016 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 2024-03-01 21:10:23,016 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD 2024-03-01 21:10:23,016 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2606530b-227d-4f97-9cd9-6c42a310071f 2024-03-01 21:10:23,016 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b459d9b3-5016-432e-8240-a4ef5122a7bf 2024-03-01 21:10:23,016 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq 2024-03-01 21:10:23,016 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ 2024-03-01 21:10:23,016 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx 2024-03-01 21:10:23,016 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c7ffdb5d-5710-42eb-a61b-f226e452b442 2024-03-01 21:10:23,016 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 88dfc189-f572-4c34-8c8b-52b3aaa934a7 2024-03-01 21:10:23,016 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 2024-03-01 21:10:23,017 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 2024-03-01 21:10:23,017 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 2024-03-01 21:10:23,017 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c 2024-03-01 21:10:23,017 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 2024-03-01 21:10:23,017 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F 2024-03-01 21:10:23,017 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 2024-03-01 21:10:23,017 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:23,017 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:23,017 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:23,017 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:23,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:23,017 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 sdb 1073741824 root disk brw-rw---- LVM2_member NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7b6c73c7-1da7-4d8d-a96e-9414e56e888a sdc 1073741824 root disk brw-rw---- LVM2_member LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 sdd 1073741824 root disk brw-rw---- LVM2_member r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2606530b-227d-4f97-9cd9-6c42a310071f `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b459d9b3-5016-432e-8240-a4ef5122a7bf sde 1073741824 root disk brw-rw---- LVM2_member L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq sdf 1073741824 root disk brw-rw---- LVM2_member Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ sdg 1073741824 root disk brw-rw---- LVM2_member iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c7ffdb5d-5710-42eb-a61b-f226e452b442 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 88dfc189-f572-4c34-8c8b-52b3aaa934a7 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 sdh 1073741824 root disk brw-rw---- LVM2_member WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 sdi 1073741824 root disk brw-rw---- LVM2_member lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 sdj 1073741824 root disk brw-rw---- LVM2_member dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:23,017 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:23,017 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:23,018 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:23,018 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:23,018 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:23,018 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:23,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:23,030 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:23,044 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 21:10:23,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/lvm-pv-uuid-Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V', 'ID_FS_UUID_ENC': 'Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:10:23,049 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:23,049 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,083 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:23,084 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:23,084 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:23,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,096 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:23,101 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:23,101 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:23,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:23,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:10:23,105 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:23,109 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:23,109 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:23,112 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:10:23,113 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:10:23,113 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:10:23,113 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97d39acc0) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:10:23,117 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:10:23,120 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:23,121 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:10:23,124 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:23,124 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:10:23,128 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,128 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:10:23,131 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,131 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:10:23,134 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:10:23,135 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:10:23,135 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,166 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:23,166 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo. WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (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 21:10:23,166 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:10:23,166 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:10:23,171 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; pe_start: 8 MiB ; 2024-03-01 21:10:23,171 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:10:23,174 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:10:23,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:23,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,187 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,219 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:23,219 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo. WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (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 21:10:23,219 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:10:23,219 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:23,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:10:23,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:10:23,231 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:23,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:10:23,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:10:23,235 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,267 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 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 21:10:23,267 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo. WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (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 21:10:23,267 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:10:23,272 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:10:23,273 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:10:23,276 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:10:23,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:23,283 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:23,283 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:23,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/lvm-pv-uuid-NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52', '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': 'NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo', 'ID_FS_UUID_ENC': 'NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:10:23,287 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:10:23,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,297 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:10:23,297 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:10:23,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:10:23,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:10:23,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:23,304 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:23,304 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:23,308 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:10:23,308 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:10:23,308 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:10:23,308 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c208358) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:10:23,312 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:10:23,316 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:23,316 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:10:23,319 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:23,319 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:10:23,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:10:23,326 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,326 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:10:23,329 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:10:23,329 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:10:23,330 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,363 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:23,363 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (last written to /dev/sdc). 2024-03-01 21:10:23,363 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:10:23,363 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:10:23,367 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:10:23,367 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:10:23,371 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:10:23,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:23,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:10:23,384 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:23,387 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:10:23,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:23,394 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,422 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:23,422 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (last written to /dev/sdc). 2024-03-01 21:10:23,422 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:10:23,422 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:23,423 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:23,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:10:23,427 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:10:23,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:10:23,439 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:10:23,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:10:23,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:10:23,442 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:10:23,445 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:10:23,446 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:10:23,449 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:10:23,449 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:10:23,450 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:10:23,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c208518) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:10:23,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:10:23,453 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:10:23,457 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:10:23,457 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:10:23,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,467 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:10:23,467 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:10:23,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:10:23,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:10:23,471 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:10:23,474 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:10:23,474 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:10:23,478 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:10:23,478 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:10:23,478 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:10:23,478 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c215cf8) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:10:23,482 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:10:23,482 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:10:23,485 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/lvm-pv-uuid-LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381', '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': 'LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85', 'ID_FS_UUID_ENC': 'LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:10:23,485 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:10:23,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,496 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:10:23,496 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:10:23,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:10:23,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:10:23,499 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:23,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:23,503 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:23,506 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:10:23,506 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:10:23,507 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:10:23,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c21f2e8) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:10:23,510 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:10:23,514 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:23,514 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:10:23,517 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:23,517 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:10:23,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:10:23,524 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,524 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:10:23,527 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:10:23,527 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:10:23,528 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,555 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:23,555 INFO program/MainThread: stderr[9]: 2024-03-01 21:10:23,555 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:10:23,555 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:10:23,559 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:23,560 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:10:23,563 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:10:23,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:23,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:10:23,576 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:23,579 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:10:23,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:23,586 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,613 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:23,613 INFO program/MainThread: stderr[10]: 2024-03-01 21:10:23,613 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:10:23,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:23,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:10:23,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:23,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:10:23,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:23,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:23,639 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:23,643 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 21:10:23,643 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:23,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:10:23,648 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:23,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:23,651 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:10:23,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:23,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:23,659 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:23,662 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 21:10:23,662 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:23,663 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:10:23,663 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:10:23,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:23,666 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:23,670 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 21:10:23,670 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:23,674 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7b6c73c7-1da7-4d8d-a96e-9414e56e888a ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28 ' '/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-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'ID_FS_UUID_ENC': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824455977'} ; 2024-03-01 21:10:23,674 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:10:23,674 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:23,678 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:10:23,678 INFO program/MainThread: stderr[11]: 2024-03-01 21:10:23,678 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:10:23,678 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:23,681 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:10:23,681 INFO program/MainThread: stderr[12]: 2024-03-01 21:10:23,681 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:10:23,681 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:23,684 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:10:23,684 INFO program/MainThread: stderr[13]: 2024-03-01 21:10:23,684 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:10:23,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:10:23,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:23,696 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:10:23,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:23,697 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:10:23,692 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c21ff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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 (0x7fa97c296ac8) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:10:23,697 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:23,700 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:10:23,700 INFO program/MainThread: stderr[14]: 2024-03-01 21:10:23,700 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:10:23,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:23,709 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:23,709 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:10:23,712 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:23,712 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:10:23,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:10:23,720 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,720 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:10:23,721 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:10:23,722 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:10:23,725 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:23,725 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:10:23,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:23,729 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:23,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:23,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:10:23,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:23,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:10:23,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:10:23,753 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:23,754 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:23,757 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 21:10:23,758 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:23,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:10:23,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:10:23,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:23,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:10:23,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:10:23,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:23,772 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:23,776 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 21:10:23,776 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:23,777 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:10:23,777 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:10:23,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:23,780 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:23,783 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 21:10:23,784 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:23,788 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/61b0dde1-3ec3-4ea4-bb2b-9697898ded30 ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54', '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-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'ID_FS_UUID_ENC': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824144964'} ; 2024-03-01 21:10:23,788 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:10:23,788 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:23,791 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:10:23,791 INFO program/MainThread: stderr[15]: 2024-03-01 21:10:23,791 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:10:23,792 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:23,795 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:10:23,795 INFO program/MainThread: stderr[16]: 2024-03-01 21:10:23,795 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:10:23,795 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:23,798 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:10:23,798 INFO program/MainThread: stderr[17]: 2024-03-01 21:10:23,798 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:10:23,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:10:23,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:23,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:23,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:23,811 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:23,806 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c21fdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 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 (0x7fa97c296ac8) -- name = test_vg1 status = True 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:10:23,811 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:23,814 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:10:23,814 INFO program/MainThread: stderr[18]: 2024-03-01 21:10:23,814 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:10:23,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:10:23,822 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:23,822 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:10:23,826 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:23,826 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:10:23,830 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:10:23,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,834 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:10:23,834 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:10:23,837 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:23,837 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:10:23,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:10:23,841 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:23,841 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:23,845 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', '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': 'r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD', 'ID_FS_UUID_ENC': 'r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:10:23,845 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:10:23,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,855 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:10:23,856 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:10:23,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:10:23,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:10:23,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:10:23,863 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:10:23,863 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:10:23,866 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:10:23,867 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:10:23,867 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:10:23,867 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c22e0b8) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:10:23,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:10:23,874 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:23,874 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:10:23,877 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:23,878 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:10:23,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,881 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:10:23,884 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:23,884 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:10:23,887 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:10:23,888 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:10:23,888 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,914 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:23,915 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq. WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:23,915 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:10:23,915 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:10:23,919 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:10:23,919 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:10:23,923 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:10:23,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:23,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:23,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:23,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:23,936 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:23,962 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 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=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:23,962 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq. WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:23,962 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:10:23,962 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:23,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:10:23,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:10:23,971 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:23,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:10:23,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:10:23,975 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,003 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 21:10:24,003 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq. WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:24,003 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:10:24,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:10:24,008 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:10:24,011 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:10:24,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:10:24,018 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:10:24,018 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:24,022 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/lvm-pv-uuid-L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq', 'ID_FS_UUID_ENC': 'L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:10:24,022 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:10:24,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,033 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:10:24,033 INFO blivet/MainThread: sde is a disk 2024-03-01 21:10:24,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:10:24,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:10:24,036 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:10:24,040 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:10:24,040 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:10:24,043 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:10:24,044 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:10:24,044 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:10:24,044 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c236780) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:10:24,048 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:10:24,051 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,051 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:10:24,055 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,055 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:10:24,058 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,058 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:10:24,062 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,062 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:10:24,065 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:10:24,065 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:10:24,065 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,093 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:24,093 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:24,093 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:10:24,093 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:10:24,098 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:24,098 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:10:24,101 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:10:24,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:10:24,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:10:24,115 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:24,118 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:10:24,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:24,124 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,152 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 21:10:24,152 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:24,152 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:10:24,152 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:10:24,153 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:24,157 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/lvm-pv-uuid-Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ', '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': 'Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ', 'ID_FS_UUID_ENC': 'Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:10:24,157 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:10:24,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,169 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:10:24,169 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:10:24,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:10:24,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:10:24,173 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:10:24,176 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:10:24,176 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:10:24,179 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:10:24,180 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:10:24,180 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:10:24,180 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c236908) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:10:24,184 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:10:24,187 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,188 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:10:24,191 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,191 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:10:24,195 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,195 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:10:24,198 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,198 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:10:24,201 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:10:24,201 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:10:24,201 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,231 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:24,231 INFO program/MainThread: stderr[24]: 2024-03-01 21:10:24,231 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:10:24,231 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:10:24,236 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:24,236 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:10:24,239 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:10:24,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:24,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:10:24,252 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:24,256 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:10:24,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:24,262 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,293 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 21:10:24,293 INFO program/MainThread: stderr[25]: 2024-03-01 21:10:24,293 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:10:24,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:24,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:10:24,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:10:24,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:10:24,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:10:24,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:24,320 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:24,323 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 21:10:24,324 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:24,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:10:24,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:10:24,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:10:24,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:10:24,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:10:24,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:24,338 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:24,342 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 21:10:24,342 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:24,342 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:10:24,343 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:10:24,346 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:24,346 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:24,349 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 21:10:24,350 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:24,353 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7 ' '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/b459d9b3-5016-432e-8240-a4ef5122a7bf', '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-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'ID_FS_UUID_ENC': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823283385'} ; 2024-03-01 21:10:24,354 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:10:24,354 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:24,358 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:10:24,358 INFO program/MainThread: stderr[26]: 2024-03-01 21:10:24,358 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:10:24,358 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:24,361 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:10:24,361 INFO program/MainThread: stderr[27]: 2024-03-01 21:10:24,361 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:10:24,361 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:24,364 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:10:24,365 INFO program/MainThread: stderr[28]: 2024-03-01 21:10:24,365 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:10:24,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:10:24,375 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:24,376 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:10:24,376 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:24,377 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:10:24,373 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c23ec50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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 (0x7fa97c2364e0) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:24,377 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:24,381 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:10:24,381 INFO program/MainThread: stderr[29]: 2024-03-01 21:10:24,381 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:10:24,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:10:24,389 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,390 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:10:24,393 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,393 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:10:24,397 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,397 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:10:24,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,401 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:10:24,401 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:10:24,404 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:24,404 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:10:24,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:10:24,408 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:24,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:24,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:10:24,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:24,434 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:10:24,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:10:24,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:24,442 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:24,445 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 21:10:24,446 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:24,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:10:24,450 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:10:24,453 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:24,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:10:24,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:10:24,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:24,460 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:24,464 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 21:10:24,464 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:24,465 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:10:24,465 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:10:24,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:24,468 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:24,472 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 21:10:24,472 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:24,476 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2606530b-227d-4f97-9cd9-6c42a310071f ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd', '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-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2606530b-227d-4f97-9cd9-6c42a310071f', 'ID_FS_UUID_ENC': '2606530b-227d-4f97-9cd9-6c42a310071f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822986937'} ; 2024-03-01 21:10:24,476 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:10:24,476 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:24,480 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:10:24,480 INFO program/MainThread: stderr[30]: 2024-03-01 21:10:24,480 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:10:24,480 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:24,483 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:10:24,484 INFO program/MainThread: stderr[31]: 2024-03-01 21:10:24,484 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:10:24,484 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:24,487 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:10:24,487 INFO program/MainThread: stderr[32]: 2024-03-01 21:10:24,487 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:10:24,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:10:24,498 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:24,499 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:24,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:24,500 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:24,495 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa98b2b5ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 (0x7fa97c2364e0) -- name = test_vg2 status = 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:10:24,500 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:24,503 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:10:24,504 INFO program/MainThread: stderr[33]: 2024-03-01 21:10:24,504 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:10:24,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:10:24,512 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,512 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:10:24,515 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,515 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:10:24,519 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,519 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:10:24,523 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,523 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:10:24,524 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:10:24,527 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:24,527 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:10:24,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:10:24,531 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:24,531 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:24,534 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e', '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': 'iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx', 'ID_FS_UUID_ENC': 'iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:10:24,535 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:10:24,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,546 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:10:24,546 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:10:24,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:10:24,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:10:24,550 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:10:24,553 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:10:24,553 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:10:24,557 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:10:24,557 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:10:24,557 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:10:24,557 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c21f080) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:10:24,561 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:10:24,565 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,565 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:10:24,568 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,568 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:10:24,571 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,572 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:10:24,575 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,575 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:10:24,578 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:10:24,578 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:10:24,578 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,607 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:24,607 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3. WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,607 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:10:24,607 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:10:24,612 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:10:24,612 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:10:24,615 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:10:24,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:24,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,628 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,656 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 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=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 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=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:24,656 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3. WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,656 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:10:24,656 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:24,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:10:24,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:10:24,665 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:24,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:10:24,669 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:10:24,669 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,698 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:24,698 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3. WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,698 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:10:24,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:10:24,703 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:10:24,706 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:10:24,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:10:24,713 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:24,713 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:24,717 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/lvm-pv-uuid-WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3', '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': 'WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3', 'ID_FS_UUID_ENC': 'WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:10:24,717 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:10:24,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,728 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:10:24,729 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:10:24,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:10:24,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:10:24,732 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:10:24,736 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:10:24,736 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:10:24,739 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:10:24,740 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:10:24,740 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:10:24,740 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c21f1d0) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:10:24,744 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:10:24,747 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,747 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:10:24,751 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,751 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:10:24,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,754 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:10:24,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:10:24,761 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:10:24,761 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:10:24,761 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,791 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:24,791 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,791 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:10:24,792 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:10:24,796 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; 2024-03-01 21:10:24,796 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:10:24,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:10:24,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:10:24,810 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:10:24,813 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:24,816 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:10:24,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:24,823 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,853 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:24,853 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,853 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:10:24,853 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:24,854 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:24,858 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/lvm-pv-uuid-lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874', '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': 'lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c', 'ID_FS_UUID_ENC': 'lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:10:24,858 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:10:24,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:24,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:24,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:10:24,870 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:10:24,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:10:24,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:10:24,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:10:24,877 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:10:24,877 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:10:24,881 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:10:24,881 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:10:24,882 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:10:24,882 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c236be0) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:10:24,885 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:10:24,889 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:24,889 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:10:24,892 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:24,893 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:10:24,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:10:24,899 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:24,899 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:10:24,903 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:10:24,903 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:10:24,903 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,932 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:24,932 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,932 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:10:24,932 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:10:24,937 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; 2024-03-01 21:10:24,937 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:10:24,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:10:24,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:24,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:10:24,954 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:24,957 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:10:24,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:24,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:24,964 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:24,992 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:24,992 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:24,992 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:10:24,992 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:24,993 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:24,997 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/lvm-pv-uuid-dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': 'dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F', 'ID_FS_UUID_ENC': 'dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:10:24,997 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:10:25,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:25,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:10:25,010 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:10:25,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:10:25,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:10:25,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:10:25,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:10:25,017 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:10:25,020 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:10:25,020 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:10:25,021 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:10:25,021 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c247ba8) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:10:25,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:10:25,028 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:25,028 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:10:25,032 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:25,032 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:10:25,035 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:10:25,039 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,039 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:10:25,042 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:10:25,042 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:10:25,042 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:25,072 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:25,072 INFO program/MainThread: stderr[41]: 2024-03-01 21:10:25,072 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:10:25,073 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:10:25,077 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:10:25,077 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:10:25,081 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:10:25,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:25,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:25,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:10:25,094 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:25,097 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:10:25,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:25,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:25,104 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:25,133 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:25,133 INFO program/MainThread: stderr[42]: 2024-03-01 21:10:25,133 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:10:25,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:25,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:25,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:10:25,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:10:25,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:10:25,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:10:25,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:25,160 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:25,164 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 21:10:25,164 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:25,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:10:25,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:10:25,172 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:10:25,172 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:10:25,176 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:10:25,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:25,180 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:25,183 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 21:10:25,183 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:25,184 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:10:25,184 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:10:25,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:25,187 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:25,191 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 21:10:25,191 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:25,195 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d3030fbd-6969-4821-9240-487796b37612 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd3030fbd-6969-4821-9240-487796b37612', 'ID_FS_UUID_ENC': 'd3030fbd-6969-4821-9240-487796b37612', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822094363'} ; 2024-03-01 21:10:25,195 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:10:25,195 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:25,199 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:10:25,199 INFO program/MainThread: stderr[43]: 2024-03-01 21:10:25,199 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:10:25,199 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:25,202 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:10:25,203 INFO program/MainThread: stderr[44]: 2024-03-01 21:10:25,203 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:10:25,203 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:25,206 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:10:25,206 INFO program/MainThread: stderr[45]: 2024-03-01 21:10:25,206 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:10:25,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:10:25,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,218 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:10:25,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,219 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:10:25,214 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c247a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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 (0x7fa97c208860) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:25,220 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:25,222 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:10:25,223 INFO program/MainThread: stderr[46]: 2024-03-01 21:10:25,223 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:10:25,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:10:25,231 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:25,231 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:10:25,235 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:25,235 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:10:25,238 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:10:25,242 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,242 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:10:25,243 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:10:25,246 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:25,246 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:10:25,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:10:25,250 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:25,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:25,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:25,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:10:25,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:10:25,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:10:25,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:10:25,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:25,274 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:25,278 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 21:10:25,278 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:25,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:10:25,282 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:10:25,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:10:25,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:10:25,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:10:25,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:25,293 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:25,297 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 21:10:25,297 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:25,297 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:10:25,297 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:10:25,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:25,301 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:25,304 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 21:10:25,305 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:25,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/3a8a827f-5d9b-4037-be3d-fa00d5518626', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'ID_FS_UUID_ENC': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821779033'} ; 2024-03-01 21:10:25,309 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:10:25,309 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:25,312 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:10:25,312 INFO program/MainThread: stderr[47]: 2024-03-01 21:10:25,312 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:10:25,313 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:25,316 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:10:25,316 INFO program/MainThread: stderr[48]: 2024-03-01 21:10:25,316 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:10:25,316 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:25,319 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:10:25,319 INFO program/MainThread: stderr[49]: 2024-03-01 21:10:25,319 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:10:25,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:10:25,331 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,332 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:10:25,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,333 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:10:25,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97d629748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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 (0x7fa97c208860) -- name = test_vg3 status = True 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:10:25,334 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:25,337 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:10:25,337 INFO program/MainThread: stderr[50]: 2024-03-01 21:10:25,337 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:10:25,341 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:10:25,345 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:25,345 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:10:25,349 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:25,349 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:10:25,353 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,353 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:10:25,356 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,356 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:10:25,357 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:10:25,360 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:25,360 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:10:25,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:10:25,364 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:25,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:25,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:25,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:10:25,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:25,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:10:25,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:10:25,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:25,389 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:25,392 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 21:10:25,393 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:25,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:10:25,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:10:25,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:25,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:10:25,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:10:25,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:25,408 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:25,411 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 21:10:25,412 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:25,412 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:10:25,412 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:10:25,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:25,415 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:25,419 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 21:10:25,419 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:25,423 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/88dfc189-f572-4c34-8c8b-52b3aaa934a7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'ID_FS_UUID_ENC': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821474304'} ; 2024-03-01 21:10:25,423 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:10:25,423 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:25,427 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:10:25,427 INFO program/MainThread: stderr[51]: 2024-03-01 21:10:25,427 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:10:25,427 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:25,430 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:10:25,430 INFO program/MainThread: stderr[52]: 2024-03-01 21:10:25,430 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:10:25,431 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:25,434 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:10:25,434 INFO program/MainThread: stderr[53]: 2024-03-01 21:10:25,434 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:10:25,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:10:25,446 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,447 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:10:25,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,448 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:10:25,443 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97d3a0710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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 (0x7fa97c208860) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:10:25,449 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:25,452 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:10:25,452 INFO program/MainThread: stderr[54]: 2024-03-01 21:10:25,452 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:10:25,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:10:25,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:25,461 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:10:25,464 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:25,464 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:10:25,468 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,468 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:10:25,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:10:25,472 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:10:25,476 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:25,476 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:10:25,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:10:25,479 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:25,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:25,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:25,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:10:25,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:10:25,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:10:25,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:10:25,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:25,504 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:25,508 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 21:10:25,509 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:25,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:10:25,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:10:25,516 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:10:25,516 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:10:25,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:10:25,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:25,523 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:25,527 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 21:10:25,527 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:25,528 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:10:25,528 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:10:25,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:25,531 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:25,535 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 21:10:25,535 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:25,539 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85 ' '/dev/disk/by-uuid/c7ffdb5d-5710-42eb-a61b-f226e452b442', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'ID_FS_UUID_ENC': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821136792'} ; 2024-03-01 21:10:25,539 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:25,539 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:25,543 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:10:25,543 INFO program/MainThread: stderr[55]: 2024-03-01 21:10:25,543 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:10:25,543 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:25,546 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:10:25,547 INFO program/MainThread: stderr[56]: 2024-03-01 21:10:25,547 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:10:25,547 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:25,550 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:10:25,550 INFO program/MainThread: stderr[57]: 2024-03-01 21:10:25,550 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:10:25,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:10:25,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,563 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:25,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:25,565 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:25,559 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c1d17b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 (0x7fa97c208860) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:10:25,566 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:25,568 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:10:25,569 INFO program/MainThread: stderr[58]: 2024-03-01 21:10:25,569 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:10:25,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:10:25,577 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:25,577 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:10:25,580 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:25,581 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:10:25,584 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,584 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:10:25,588 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,588 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:10:25,588 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:10:25,592 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:25,592 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:10:25,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:10:25,596 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:25,596 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:25,599 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': '18182951'} ; 2024-03-01 21:10:25,599 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:10:25,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:25,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:25,611 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:10:25,611 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:10:25,611 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:10:25,611 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:10:25,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:10:25,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:10:25,615 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:10:25,618 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:10:25,619 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:10:25,622 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:10:25,622 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:10:25,623 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:10:25,623 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa97c1dd048) -- 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 21:10:25,626 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:10:25,630 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:25,630 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:10:25,633 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:25,633 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:10:25,637 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,637 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:10:25,640 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:25,640 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:10:25,644 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:10:25,647 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:25,650 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:10:25,654 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 0x7fa97c20c988> 2024-03-01 21:10:28,692 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:10:28,697 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:10:28,697 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:10:28,701 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': '18185273'} ; 2024-03-01 21:10:28,701 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:10:28,701 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:10:28,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,713 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:10:28,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:28,730 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:28,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:10:28,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:10:28,756 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:10:28,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:10:28,759 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:10:28,763 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:10:28,763 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:10:28,766 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:28,767 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:28,767 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:10:28,770 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:10:28,774 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:10:28,777 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:10:28,780 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:10:28,783 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:28,784 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:28,784 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:10:28,784 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:10:28,784 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa97c1f0f28) -- 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 0x7fa97c1f59e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:10:28,789 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:10:28,792 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:28,792 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:10:28,796 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:28,796 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:10:28,799 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,799 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:10:28,803 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,803 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:10:28,803 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:10:28,806 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:28,806 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:10:28,809 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:10:28,810 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:28,813 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/c7ffdb5d-5710-42eb-a61b-f226e452b442 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'ID_FS_UUID_ENC': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821136792'} ; 2024-03-01 21:10:28,813 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:28,813 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:28,817 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:10:28,817 INFO program/MainThread: stderr[59]: 2024-03-01 21:10:28,817 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:10:28,817 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:28,820 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:10:28,820 INFO program/MainThread: stderr[60]: 2024-03-01 21:10:28,820 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:10:28,820 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:28,823 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:10:28,823 INFO program/MainThread: stderr[61]: 2024-03-01 21:10:28,823 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:10:28,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:10:28,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,836 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,838 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,832 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c1d17b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c208860) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:28,839 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:28,842 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:10:28,842 INFO program/MainThread: stderr[62]: 2024-03-01 21:10:28,842 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:10:28,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:10:28,846 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:10:28,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj ' '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/88dfc189-f572-4c34-8c8b-52b3aaa934a7 ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_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-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'ID_FS_UUID_ENC': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821474304'} ; 2024-03-01 21:10:28,850 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:10:28,850 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:28,853 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:10:28,853 INFO program/MainThread: stderr[63]: 2024-03-01 21:10:28,853 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:10:28,853 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:28,856 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:10:28,856 INFO program/MainThread: stderr[64]: 2024-03-01 21:10:28,856 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:10:28,857 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:28,860 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:10:28,860 INFO program/MainThread: stderr[65]: 2024-03-01 21:10:28,860 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:10:28,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:10:28,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,872 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,873 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,874 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,868 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97d3a0710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c208860) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:28,875 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:28,878 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:10:28,878 INFO program/MainThread: stderr[66]: 2024-03-01 21:10:28,878 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:10:28,882 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:10:28,882 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:10:28,885 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3a8a827f-5d9b-4037-be3d-fa00d5518626 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'ID_FS_UUID_ENC': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821779033'} ; 2024-03-01 21:10:28,885 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:10:28,886 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:28,889 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:10:28,889 INFO program/MainThread: stderr[67]: 2024-03-01 21:10:28,889 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:10:28,889 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:28,892 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:10:28,892 INFO program/MainThread: stderr[68]: 2024-03-01 21:10:28,892 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:10:28,893 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:28,896 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:10:28,896 INFO program/MainThread: stderr[69]: 2024-03-01 21:10:28,896 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:10:28,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:10:28,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,910 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,904 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97d629748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c208860) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:10:28,911 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:28,914 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:10:28,915 INFO program/MainThread: stderr[70]: 2024-03-01 21:10:28,915 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:10:28,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:10:28,919 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:10:28,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS ' '/dev/disk/by-uuid/d3030fbd-6969-4821-9240-487796b37612 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd3030fbd-6969-4821-9240-487796b37612', 'ID_FS_UUID_ENC': 'd3030fbd-6969-4821-9240-487796b37612', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822094363'} ; 2024-03-01 21:10:28,922 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:10:28,922 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:28,925 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:10:28,926 INFO program/MainThread: stderr[71]: 2024-03-01 21:10:28,926 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:10:28,926 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:28,929 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:10:28,929 INFO program/MainThread: stderr[72]: 2024-03-01 21:10:28,929 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:10:28,929 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:28,932 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:10:28,932 INFO program/MainThread: stderr[73]: 2024-03-01 21:10:28,932 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:10:28,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,941 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 21:10:28,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,945 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:28,947 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:28,941 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c247a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c208860) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:28,948 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:28,951 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:10:28,951 INFO program/MainThread: stderr[74]: 2024-03-01 21:10:28,951 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:10:28,955 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:10:28,955 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:10:28,958 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/2606530b-227d-4f97-9cd9-6c42a310071f ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2606530b-227d-4f97-9cd9-6c42a310071f', 'ID_FS_UUID_ENC': '2606530b-227d-4f97-9cd9-6c42a310071f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822986937'} ; 2024-03-01 21:10:28,959 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:10:28,959 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:28,962 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:10:28,962 INFO program/MainThread: stderr[75]: 2024-03-01 21:10:28,962 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:10:28,962 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:28,965 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:10:28,965 INFO program/MainThread: stderr[76]: 2024-03-01 21:10:28,965 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:10:28,965 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:28,968 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:10:28,969 INFO program/MainThread: stderr[77]: 2024-03-01 21:10:28,969 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:10:28,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:10:28,979 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:28,980 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:28,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:28,981 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:28,977 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa98b2b5ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c2364e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:10:28,982 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:28,985 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:10:28,985 INFO program/MainThread: stderr[78]: 2024-03-01 21:10:28,985 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:10:28,989 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:10:28,989 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:10:28,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/b459d9b3-5016-432e-8240-a4ef5122a7bf ' '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'ID_FS_UUID_ENC': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823283385'} ; 2024-03-01 21:10:28,992 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:10:28,993 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:28,996 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:10:28,996 INFO program/MainThread: stderr[79]: 2024-03-01 21:10:28,996 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:10:28,996 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:28,999 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:10:28,999 INFO program/MainThread: stderr[80]: 2024-03-01 21:10:28,999 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:10:28,999 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:29,002 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:10:29,002 INFO program/MainThread: stderr[81]: 2024-03-01 21:10:29,003 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:10:29,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:10:29,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:29,014 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:29,015 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:29,015 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:29,011 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c23ec50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c2364e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:29,016 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:29,019 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:10:29,019 INFO program/MainThread: stderr[82]: 2024-03-01 21:10:29,019 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:10:29,023 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:10:29,023 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:10:29,027 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/61b0dde1-3ec3-4ea4-bb2b-9697898ded30 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'ID_FS_UUID_ENC': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824144964'} ; 2024-03-01 21:10:29,027 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:10:29,027 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:29,030 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:10:29,030 INFO program/MainThread: stderr[83]: 2024-03-01 21:10:29,030 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:10:29,030 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:29,033 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:10:29,033 INFO program/MainThread: stderr[84]: 2024-03-01 21:10:29,033 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:10:29,033 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:29,036 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:10:29,037 INFO program/MainThread: stderr[85]: 2024-03-01 21:10:29,037 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:10:29,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,045 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 21:10:29,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:29,048 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:29,049 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:29,049 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:29,045 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c21fdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c296ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:10:29,050 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:29,053 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:10:29,053 INFO program/MainThread: stderr[86]: 2024-03-01 21:10:29,053 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:10:29,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:10:29,057 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:10:29,060 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28 ' '/dev/disk/by-uuid/7b6c73c7-1da7-4d8d-a96e-9414e56e888a', '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-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'ID_FS_UUID_ENC': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824455977'} ; 2024-03-01 21:10:29,060 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:10:29,061 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:29,064 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:10:29,064 INFO program/MainThread: stderr[87]: 2024-03-01 21:10:29,064 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:10:29,064 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:29,067 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:10:29,067 INFO program/MainThread: stderr[88]: 2024-03-01 21:10:29,067 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:10:29,067 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:29,070 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:10:29,070 INFO program/MainThread: stderr[89]: 2024-03-01 21:10:29,071 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:10:29,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:29,081 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:29,082 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:29,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:29,083 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:29,079 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa97c21ff28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa97c296ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:29,084 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:29,087 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:10:29,087 INFO program/MainThread: stderr[90]: 2024-03-01 21:10:29,087 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:10:29,091 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:29,091 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:10:29,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:29,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:29,119 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:10:29,119 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:10:29,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:29,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:29,133 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:10:29,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:29,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:29,146 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:10:29,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:29,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:29,159 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:10:29,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:29,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:29,172 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:10:29,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:29,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:29,184 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:10:29,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:29,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:29,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:29,197 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:10:33,681 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_16ljrak2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:33,717 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:33,717 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:33,720 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:33,720 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:10:33,720 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:33,720 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:33,724 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:33,725 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:33,728 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:33,728 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:33,732 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:33,732 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:33,735 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:33,735 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:33,745 INFO program/MainThread: stdout: 2024-03-01 21:10:33,746 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:33,746 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 2024-03-01 21:10:33,746 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo 2024-03-01 21:10:33,746 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7b6c73c7-1da7-4d8d-a96e-9414e56e888a 2024-03-01 21:10:33,746 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 2024-03-01 21:10:33,746 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD 2024-03-01 21:10:33,746 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2606530b-227d-4f97-9cd9-6c42a310071f 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b459d9b3-5016-432e-8240-a4ef5122a7bf 2024-03-01 21:10:33,746 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq 2024-03-01 21:10:33,746 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ 2024-03-01 21:10:33,746 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx 2024-03-01 21:10:33,746 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c7ffdb5d-5710-42eb-a61b-f226e452b442 2024-03-01 21:10:33,746 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 88dfc189-f572-4c34-8c8b-52b3aaa934a7 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 2024-03-01 21:10:33,746 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 2024-03-01 21:10:33,746 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 2024-03-01 21:10:33,746 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F 2024-03-01 21:10:33,746 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 2024-03-01 21:10:33,746 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:33,746 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:33,746 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:33,746 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:33,747 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:33,747 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 sdb 1073741824 root disk brw-rw---- LVM2_member NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 61b0dde1-3ec3-4ea4-bb2b-9697898ded30 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 7b6c73c7-1da7-4d8d-a96e-9414e56e888a sdc 1073741824 root disk brw-rw---- LVM2_member LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 sdd 1073741824 root disk brw-rw---- LVM2_member r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 2606530b-227d-4f97-9cd9-6c42a310071f `-test_vg2-lv3 322961408 root disk brw-rw---- xfs b459d9b3-5016-432e-8240-a4ef5122a7bf sde 1073741824 root disk brw-rw---- LVM2_member L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq sdf 1073741824 root disk brw-rw---- LVM2_member Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ sdg 1073741824 root disk brw-rw---- LVM2_member iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx |-test_vg3-lv8 427819008 root disk brw-rw---- xfs c7ffdb5d-5710-42eb-a61b-f226e452b442 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 88dfc189-f572-4c34-8c8b-52b3aaa934a7 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 sdh 1073741824 root disk brw-rw---- LVM2_member WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 3a8a827f-5d9b-4037-be3d-fa00d5518626 sdi 1073741824 root disk brw-rw---- LVM2_member lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 sdj 1073741824 root disk brw-rw---- LVM2_member dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs d3030fbd-6969-4821-9240-487796b37612 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:33,747 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:33,747 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:33,747 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:33,747 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:33,747 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:33,748 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:33,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:33,758 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:33,772 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 21:10:33,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/lvm-pv-uuid-Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V', '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': 'Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V', 'ID_FS_UUID_ENC': 'Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:10:33,777 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:33,777 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:33,808 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:33,808 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:33,808 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:33,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:33,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:33,820 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:33,825 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:33,825 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:33,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:33,826 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:10:33,829 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:33,833 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:33,833 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:33,836 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:10:33,836 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:10:33,837 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:10:33,837 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe16f2c18) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:10:33,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:10:33,844 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:33,844 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:10:33,848 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:33,848 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:10:33,851 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:33,851 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:10:33,855 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:33,855 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:10:33,858 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:10:33,858 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:10:33,858 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:33,888 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:33,888 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo. WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (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 21:10:33,888 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:10:33,888 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:10:33,892 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; pe_start: 8 MiB ; 2024-03-01 21:10:33,893 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:10:33,896 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:10:33,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:33,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:33,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:33,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:33,908 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:33,935 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:33,935 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo. WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (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 21:10:33,935 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:10:33,935 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:33,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:10:33,942 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:10:33,946 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:33,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:10:33,949 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:10:33,949 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:33,978 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 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 21:10:33,978 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo. WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (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 21:10:33,978 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:10:33,982 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:10:33,983 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:10:33,986 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:10:33,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:33,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:33,992 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:33,993 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:33,996 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/lvm-pv-uuid-NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo', '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': 'NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo', 'ID_FS_UUID_ENC': 'NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:10:33,996 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:10:34,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,006 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:10:34,007 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:10:34,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:10:34,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:10:34,010 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:34,014 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:34,014 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:34,017 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:10:34,017 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,018 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:10:34,018 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe05612e8) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:10:34,021 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:10:34,025 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,025 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:10:34,028 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,028 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:10:34,032 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,032 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:10:34,035 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:10:34,038 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:10:34,038 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:10:34,038 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:34,063 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:34,063 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (last written to /dev/sdc). 2024-03-01 21:10:34,063 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:10:34,063 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:10:34,067 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:10:34,068 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:10:34,071 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:10:34,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:34,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:10:34,084 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:34,087 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:10:34,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:34,094 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:34,123 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:34,123 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85. WARNING: VG test_vg1 is missing PV LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 (last written to /dev/sdc). 2024-03-01 21:10:34,123 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:10:34,123 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:34,123 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:34,127 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:10:34,128 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:10:34,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,138 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:10:34,138 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:10:34,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:10:34,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:10:34,142 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:10:34,145 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:10:34,145 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:10:34,148 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:10:34,149 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,149 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:10:34,149 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe05618d0) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:10:34,153 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:10:34,153 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:10:34,156 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:10:34,156 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:10:34,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,166 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:10:34,167 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:10:34,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:10:34,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:10:34,170 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:10:34,173 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:10:34,173 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:10:34,177 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:10:34,177 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,177 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:10:34,177 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe056ecc0) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:10:34,181 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:10:34,181 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:10:34,184 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', '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': 'LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85', 'ID_FS_UUID_ENC': 'LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:10:34,184 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:10:34,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,194 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:10:34,195 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:10:34,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:10:34,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:10:34,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:34,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:34,201 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:34,204 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:10:34,205 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,205 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:10:34,205 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe05762b0) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:10:34,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:10:34,212 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,212 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:10:34,216 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,216 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:10:34,219 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,219 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:10:34,222 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,222 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:10:34,225 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:10:34,226 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:10:34,226 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 21:10:34,257 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=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 21:10:34,257 INFO program/MainThread: stderr[9]: 2024-03-01 21:10:34,257 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:10:34,257 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:10:34,262 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:34,262 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:10:34,265 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:10:34,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:34,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:10:34,278 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:34,281 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:10:34,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:34,288 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 21:10:34,315 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:34,315 INFO program/MainThread: stderr[10]: 2024-03-01 21:10:34,315 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:10:34,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:34,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:10:34,333 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:34,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:10:34,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:34,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:34,340 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:34,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:10:34,344 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:34,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:10:34,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:34,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:34,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:10:34,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:34,359 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:34,359 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:34,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:10:34,363 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:34,364 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:10:34,364 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:10:34,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:34,367 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:10:34,370 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 21:10:34,371 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:10:34,374 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28 ' '/dev/disk/by-uuid/7b6c73c7-1da7-4d8d-a96e-9414e56e888a ' '/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-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'ID_FS_UUID_ENC': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824455977'} ; 2024-03-01 21:10:34,374 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:10:34,375 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:34,378 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:10:34,379 INFO program/MainThread: stderr[11]: 2024-03-01 21:10:34,379 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:10:34,379 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:34,382 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:10:34,382 INFO program/MainThread: stderr[12]: 2024-03-01 21:10:34,382 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:10:34,382 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:34,385 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:10:34,385 INFO program/MainThread: stderr[13]: 2024-03-01 21:10:34,385 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:10:34,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:10:34,396 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:34,396 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:10:34,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:34,397 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:10:34,393 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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 (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:10:34,398 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:34,401 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:10:34,401 INFO program/MainThread: stderr[14]: 2024-03-01 21:10:34,401 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:10:34,405 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:34,409 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,409 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:10:34,413 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,413 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:10:34,416 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,417 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:10:34,420 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,420 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:10:34,422 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:10:34,422 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:10:34,426 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:34,426 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:10:34,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:34,429 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:34,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:34,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:10:34,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:34,446 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:10:34,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:10:34,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:34,453 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:34,457 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 21:10:34,457 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:34,457 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:10:34,461 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:10:34,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:34,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:10:34,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:10:34,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:34,472 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:34,475 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 21:10:34,476 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:34,476 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:10:34,476 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:10:34,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:34,479 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:10:34,482 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 21:10:34,483 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:10:34,486 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/61b0dde1-3ec3-4ea4-bb2b-9697898ded30', '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-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'ID_FS_UUID_ENC': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824144964'} ; 2024-03-01 21:10:34,487 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:10:34,487 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:34,490 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:10:34,490 INFO program/MainThread: stderr[15]: 2024-03-01 21:10:34,490 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:10:34,490 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:34,493 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:10:34,494 INFO program/MainThread: stderr[16]: 2024-03-01 21:10:34,494 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:10:34,494 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:34,497 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:10:34,497 INFO program/MainThread: stderr[17]: 2024-03-01 21:10:34,497 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:10:34,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:10:34,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:34,508 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:34,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:34,510 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:34,505 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 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 (0x7fabe05f3a58) -- name = test_vg1 status = True 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:10:34,510 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:34,513 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:10:34,514 INFO program/MainThread: stderr[18]: 2024-03-01 21:10:34,514 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:10:34,518 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:10:34,521 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,522 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:10:34,525 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,525 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:10:34,529 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,529 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:10:34,533 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,533 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:10:34,533 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:10:34,536 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:34,536 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:10:34,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:10:34,540 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:34,540 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:34,544 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/lvm-pv-uuid-r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD', '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': 'r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD', 'ID_FS_UUID_ENC': 'r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:10:34,544 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:10:34,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,554 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:10:34,555 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:10:34,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:10:34,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:10:34,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:10:34,561 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:10:34,562 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:10:34,565 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:10:34,565 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,566 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:10:34,566 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe05910f0) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:10:34,569 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:10:34,573 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,573 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:10:34,576 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,576 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:10:34,579 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,580 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:10:34,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:10:34,586 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:10:34,586 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:10:34,586 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 21:10:34,613 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:34,613 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq. WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:34,613 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:10:34,613 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:10:34,617 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:10:34,617 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:10:34,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:10:34,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:34,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,633 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 21:10:34,661 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 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=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:34,661 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq. WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:34,661 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:10:34,661 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:34,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:10:34,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:10:34,670 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:34,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:10:34,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:10:34,674 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 21:10:34,700 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 21:10:34,700 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq. WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:34,700 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:10:34,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:10:34,705 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:10:34,708 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:10:34,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:10:34,714 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:10:34,714 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:34,718 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/lvm-pv-uuid-L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq', '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': 'L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq', 'ID_FS_UUID_ENC': 'L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:10:34,718 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:10:34,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,729 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:10:34,729 INFO blivet/MainThread: sde is a disk 2024-03-01 21:10:34,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:10:34,730 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:10:34,733 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:10:34,736 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:10:34,736 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:10:34,740 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:10:34,740 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,740 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:10:34,740 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe0590780) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:10:34,744 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:10:34,747 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,747 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:10:34,751 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,751 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:10:34,754 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,754 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:10:34,757 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:10:34,760 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:10:34,761 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:10:34,761 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:34,787 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:34,787 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:34,787 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:10:34,788 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:10:34,792 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:34,792 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:10:34,795 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:10:34,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:10:34,805 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:10:34,809 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:34,812 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:10:34,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:34,818 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:34,848 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 21:10:34,848 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ. WARNING: VG test_vg2 is missing PV Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ (last written to /dev/sdf). 2024-03-01 21:10:34,848 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:10:34,848 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:10:34,848 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:34,853 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/lvm-pv-uuid-Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc', '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': 'Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ', 'ID_FS_UUID_ENC': 'Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:10:34,853 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:10:34,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,864 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:10:34,865 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:10:34,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:10:34,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:10:34,868 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:10:34,871 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:10:34,872 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:10:34,875 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:10:34,875 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:10:34,876 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:10:34,876 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe0590908) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:10:34,879 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:10:34,883 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:34,883 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:10:34,886 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:34,886 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:10:34,890 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,890 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:10:34,893 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:34,893 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:10:34,896 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:10:34,896 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:10:34,896 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:34,922 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=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 21:10:34,922 INFO program/MainThread: stderr[24]: 2024-03-01 21:10:34,922 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:10:34,922 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:10:34,926 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:10:34,926 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:10:34,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:10:34,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:34,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:10:34,943 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:10:34,946 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:10:34,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c ; incomplete: True ; hidden: False ; 2024-03-01 21:10:34,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:34,952 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:34,982 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 21:10:34,982 INFO program/MainThread: stderr[25]: 2024-03-01 21:10:34,982 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:10:34,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:34,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:34,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:34,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:10:35,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:10:35,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:10:35,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:10:35,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:35,007 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:35,011 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 21:10:35,011 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:35,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:10:35,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:10:35,018 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:10:35,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:10:35,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:10:35,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:35,025 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:35,029 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 21:10:35,029 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:35,030 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:10:35,030 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:10:35,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:35,033 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:10:35,036 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 21:10:35,037 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:10:35,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/b459d9b3-5016-432e-8240-a4ef5122a7bf ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'ID_FS_UUID_ENC': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823283385'} ; 2024-03-01 21:10:35,040 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:10:35,041 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:35,044 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:10:35,045 INFO program/MainThread: stderr[26]: 2024-03-01 21:10:35,045 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:10:35,045 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:35,048 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:10:35,048 INFO program/MainThread: stderr[27]: 2024-03-01 21:10:35,048 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:10:35,048 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:35,051 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:10:35,051 INFO program/MainThread: stderr[28]: 2024-03-01 21:10:35,051 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:10:35,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:10:35,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:35,063 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:10:35,063 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:35,064 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:10:35,060 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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 (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:35,064 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:35,068 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:10:35,068 INFO program/MainThread: stderr[29]: 2024-03-01 21:10:35,068 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:10:35,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:10:35,076 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,076 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:10:35,080 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,080 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:10:35,084 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,084 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:10:35,087 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,087 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:10:35,088 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:10:35,091 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:35,091 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:10:35,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:10:35,094 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:35,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:35,117 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:10:35,120 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:35,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:10:35,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:10:35,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:35,128 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:35,131 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 21:10:35,132 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:35,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:10:35,135 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:10:35,139 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:35,139 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:10:35,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:10:35,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:35,146 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:35,150 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 21:10:35,150 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:35,150 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:10:35,151 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:10:35,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:35,154 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:10:35,157 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 21:10:35,158 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:10:35,161 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/2606530b-227d-4f97-9cd9-6c42a310071f ' '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd ' '/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-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2606530b-227d-4f97-9cd9-6c42a310071f', 'ID_FS_UUID_ENC': '2606530b-227d-4f97-9cd9-6c42a310071f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822986937'} ; 2024-03-01 21:10:35,161 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:10:35,162 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:35,166 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:10:35,166 INFO program/MainThread: stderr[30]: 2024-03-01 21:10:35,166 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:10:35,166 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:35,169 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:10:35,169 INFO program/MainThread: stderr[31]: 2024-03-01 21:10:35,169 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:10:35,169 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:35,172 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:10:35,173 INFO program/MainThread: stderr[32]: 2024-03-01 21:10:35,173 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:10:35,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:10:35,184 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:35,184 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:35,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:35,186 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:35,181 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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 (0x7fabe05904a8) -- name = test_vg2 status = 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:10:35,186 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:35,189 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:10:35,189 INFO program/MainThread: stderr[33]: 2024-03-01 21:10:35,190 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:10:35,194 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:10:35,197 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,197 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:10:35,201 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,201 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:10:35,205 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,205 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:10:35,209 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,209 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:10:35,209 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:10:35,212 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:35,212 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:10:35,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:10:35,216 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:35,216 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:35,220 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/lvm-pv-uuid-iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', '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': 'iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx', 'ID_FS_UUID_ENC': 'iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:10:35,220 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:10:35,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,231 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:10:35,231 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:10:35,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:10:35,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:10:35,235 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:10:35,238 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:10:35,238 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:10:35,241 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:10:35,242 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:10:35,242 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:10:35,242 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe0576f60) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:10:35,246 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:10:35,249 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,249 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:10:35,252 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,252 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:10:35,256 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,256 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:10:35,259 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:10:35,262 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:10:35,262 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:10:35,263 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,292 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:35,292 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3. WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,292 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:10:35,292 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:10:35,296 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:10:35,297 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:10:35,300 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:10:35,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:35,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,313 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,343 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 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=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 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=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:35,343 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3. WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,343 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:10:35,344 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:35,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:10:35,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:10:35,353 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:35,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:10:35,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:10:35,357 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,386 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:35,386 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3. WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,386 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:10:35,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:10:35,391 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:10:35,394 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:10:35,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,401 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:35,401 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:35,404 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/lvm-pv-uuid-WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0', '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': 'WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3', 'ID_FS_UUID_ENC': 'WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:10:35,404 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:10:35,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,416 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:10:35,416 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:10:35,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:10:35,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:10:35,419 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:10:35,423 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:10:35,423 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:10:35,426 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:10:35,427 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:10:35,427 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:10:35,427 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe0561dd8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:10:35,431 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:10:35,434 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,434 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:10:35,437 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,437 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:10:35,441 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,441 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:10:35,444 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,444 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:10:35,447 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:10:35,447 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:10:35,448 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,475 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:35,475 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,475 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:10:35,476 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:10:35,480 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; 2024-03-01 21:10:35,480 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:10:35,483 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:10:35,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:10:35,497 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:35,500 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:10:35,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,506 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,537 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:35,537 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c. WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,537 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:10:35,537 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:35,537 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:35,542 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/lvm-pv-uuid-lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c', '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': 'lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c', 'ID_FS_UUID_ENC': 'lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:10:35,542 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:10:35,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,554 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:10:35,554 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:10:35,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:10:35,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:10:35,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:10:35,561 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:10:35,561 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:10:35,565 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:10:35,565 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:10:35,565 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:10:35,565 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe0590be0) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:10:35,569 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:10:35,572 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,573 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:10:35,576 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,576 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:10:35,579 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,579 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:10:35,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,583 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:10:35,586 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:10:35,586 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:10:35,586 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,615 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:35,615 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,615 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:10:35,615 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:10:35,620 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; 2024-03-01 21:10:35,620 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:10:35,623 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:10:35,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:10:35,637 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:35,640 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:10:35,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,646 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,677 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:35,677 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F. WARNING: VG test_vg3 is missing PV dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F (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 21:10:35,677 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:10:35,678 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:10:35,678 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:35,682 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/lvm-pv-uuid-dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F', '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': 'dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F', 'ID_FS_UUID_ENC': 'dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:10:35,682 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:10:35,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,694 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:10:35,694 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:10:35,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:10:35,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:10:35,698 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:10:35,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:10:35,701 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:10:35,705 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:10:35,705 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:10:35,705 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:10:35,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe05a0ba8) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:10:35,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:10:35,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,713 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:10:35,716 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,716 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:10:35,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:10:35,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:10:35,726 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:10:35,726 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:10:35,726 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,754 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Vt4OiA-84EU-3Cw8-la1r-ywUG-SNGy-FTNB0V LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=NhhxNY-FKfl-EFUb-dt26-nqXY-Go7I-eRTvQo LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=LYTSxh-TOXS-rIFe-0079-A02e-Jaq4-w09x85 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=r1r3Dd-Euda-nAbG-fLeh-SHwd-qmwp-IvnwzD LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=L524MQ-4vhW-hJee-PQAr-D7Et-kAK0-wq0qUq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=Oz0dhd-3zL9-eSI1-v1Bv-Tr6O-CJu5-bFrmoJ LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c LVM2_VG_SIZE=3196059648 LVM2_VG_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=iufjUU-4rUR-WYWZ-9foh-YCzx-J4fP-0pB9fx LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=WYdVUH-RxfH-DCgK-oUjh-8Asx-tGRR-wfyVH3 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=lCOQHu-hJaS-0HBy-Kf2N-oS75-PZtI-b9SZ5c LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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=dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl LVM2_VG_SIZE=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 21:10:35,754 INFO program/MainThread: stderr[41]: 2024-03-01 21:10:35,754 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:10:35,755 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:10:35,759 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dpKwj3-csi7-qymR-M6o9-KXxU-CkAs-qfXU1F ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:10:35,759 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:10:35,762 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:10:35,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:10:35,776 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:10:35,779 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:10:35,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl ; incomplete: True ; hidden: False ; 2024-03-01 21:10:35,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:35,786 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:35,814 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 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=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 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=6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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=ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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=W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 21:10:35,814 INFO program/MainThread: stderr[42]: 2024-03-01 21:10:35,814 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:10:35,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:35,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:10:35,832 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:10:35,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:10:35,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:10:35,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:35,840 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:35,843 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 21:10:35,844 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:35,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:10:35,848 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:10:35,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:10:35,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:10:35,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:10:35,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:35,859 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:35,863 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 21:10:35,863 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:35,863 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:10:35,864 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:10:35,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:35,867 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:10:35,870 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 21:10:35,871 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:10:35,874 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d3030fbd-6969-4821-9240-487796b37612 ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd3030fbd-6969-4821-9240-487796b37612', 'ID_FS_UUID_ENC': 'd3030fbd-6969-4821-9240-487796b37612', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822094363'} ; 2024-03-01 21:10:35,874 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:10:35,875 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:35,878 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:10:35,879 INFO program/MainThread: stderr[43]: 2024-03-01 21:10:35,879 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:10:35,879 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:35,882 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:10:35,882 INFO program/MainThread: stderr[44]: 2024-03-01 21:10:35,882 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:10:35,882 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:35,885 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:10:35,885 INFO program/MainThread: stderr[45]: 2024-03-01 21:10:35,885 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:10:35,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:10:35,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:35,897 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:10:35,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:35,899 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:10:35,894 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS 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 (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:35,899 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:35,902 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:10:35,902 INFO program/MainThread: stderr[46]: 2024-03-01 21:10:35,902 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:10:35,906 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:10:35,910 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:35,910 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:10:35,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:35,914 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:10:35,918 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:10:35,921 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:35,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:10:35,922 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:10:35,925 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:35,925 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:10:35,928 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:10:35,929 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:35,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:35,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:35,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:35,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:10:35,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:10:35,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:10:35,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:10:35,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:35,953 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:35,956 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 21:10:35,957 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:35,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:10:35,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:10:35,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:10:35,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:10:35,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:10:35,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:35,971 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:35,975 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 21:10:35,975 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:35,975 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:10:35,975 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:10:35,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:35,979 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:10:35,982 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 21:10:35,983 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:10:35,986 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/3a8a827f-5d9b-4037-be3d-fa00d5518626 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'ID_FS_UUID_ENC': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821779033'} ; 2024-03-01 21:10:35,986 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:10:35,987 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:35,990 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:10:35,990 INFO program/MainThread: stderr[47]: 2024-03-01 21:10:35,991 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:10:35,991 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:35,994 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:10:35,994 INFO program/MainThread: stderr[48]: 2024-03-01 21:10:35,994 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:10:35,994 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:35,997 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:10:35,997 INFO program/MainThread: stderr[49]: 2024-03-01 21:10:35,997 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:10:36,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:10:36,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:36,010 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:10:36,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:36,011 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:10:36,006 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi 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 (0x7fabe0561668) -- name = test_vg3 status = True 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:10:36,012 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:36,015 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:10:36,015 INFO program/MainThread: stderr[50]: 2024-03-01 21:10:36,015 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:10:36,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:10:36,023 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:36,023 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:10:36,026 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:36,026 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:10:36,030 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,030 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:10:36,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:10:36,034 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:10:36,037 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:36,038 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:10:36,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:10:36,041 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:36,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:36,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:36,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:10:36,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:36,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:10:36,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:10:36,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:36,065 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:36,069 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 21:10:36,069 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:36,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:10:36,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:10:36,077 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:36,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:10:36,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:10:36,084 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:36,084 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:36,087 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 21:10:36,088 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:36,088 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:10:36,088 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:10:36,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:36,091 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:10:36,095 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 21:10:36,095 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:10:36,099 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/88dfc189-f572-4c34-8c8b-52b3aaa934a7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'ID_FS_UUID_ENC': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821474304'} ; 2024-03-01 21:10:36,099 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:10:36,099 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:36,102 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:10:36,102 INFO program/MainThread: stderr[51]: 2024-03-01 21:10:36,103 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:10:36,103 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:36,106 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:10:36,106 INFO program/MainThread: stderr[52]: 2024-03-01 21:10:36,106 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:10:36,106 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:36,109 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:10:36,109 INFO program/MainThread: stderr[53]: 2024-03-01 21:10:36,109 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:10:36,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:10:36,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:36,122 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:10:36,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:36,123 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:10:36,118 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj 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 (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:10:36,124 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:36,127 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:10:36,127 INFO program/MainThread: stderr[54]: 2024-03-01 21:10:36,127 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:10:36,132 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:10:36,135 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:36,136 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:10:36,139 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:36,139 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:10:36,143 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,143 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:10:36,147 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,147 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:10:36,147 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:10:36,150 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:36,150 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:10:36,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:10:36,154 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:36,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:36,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:36,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:10:36,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:10:36,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:10:36,174 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:10:36,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:36,178 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:36,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:36,182 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:36,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:10:36,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:10:36,190 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:10:36,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:10:36,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:10:36,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:36,197 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:36,200 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 21:10:36,201 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:36,201 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:10:36,201 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:10:36,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:36,205 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:36,208 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 21:10:36,208 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:10:36,212 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85 ' '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/c7ffdb5d-5710-42eb-a61b-f226e452b442', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'ID_FS_UUID_ENC': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821136792'} ; 2024-03-01 21:10:36,212 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:36,212 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:36,216 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:10:36,216 INFO program/MainThread: stderr[55]: 2024-03-01 21:10:36,217 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:10:36,217 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:36,220 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:10:36,220 INFO program/MainThread: stderr[56]: 2024-03-01 21:10:36,220 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:10:36,220 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:36,223 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:10:36,223 INFO program/MainThread: stderr[57]: 2024-03-01 21:10:36,223 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:10:36,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:10:36,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:36,237 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:36,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:36,238 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:36,232 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 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 (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:10:36,239 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:36,242 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:10:36,242 INFO program/MainThread: stderr[58]: 2024-03-01 21:10:36,242 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:10:36,246 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:10:36,250 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:36,250 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:10:36,254 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:36,254 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:10:36,257 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,257 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:10:36,261 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,261 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:10:36,261 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:10:36,265 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:36,265 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:10:36,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:10:36,269 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:36,269 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:36,272 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': '18182951'} ; 2024-03-01 21:10:36,272 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:10:36,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:36,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:36,284 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:10:36,284 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:10:36,284 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:10:36,284 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:10:36,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:10:36,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:10:36,287 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:10:36,291 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:10:36,291 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:10:36,294 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:10:36,294 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:10:36,295 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:10:36,295 INFO blivet/MainThread: got device: DiskDevice instance (0x7fabe0536048) -- 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 21:10:36,298 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:10:36,302 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:36,302 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:10:36,305 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:36,305 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:10:36,309 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,309 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:10:36,312 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:36,312 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:10:36,315 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:10:36,319 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:36,322 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:10:36,325 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 0x7fabe0535888> 2024-03-01 21:10:39,130 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:10:39,135 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:10:39,135 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:10:39,139 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': '18185273'} ; 2024-03-01 21:10:39,139 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:10:39,139 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:10:39,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,150 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:10:39,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,157 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:39,169 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:39,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:10:39,191 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:10:39,195 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:10:39,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:10:39,198 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:10:39,202 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:10:39,202 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:10:39,205 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:39,205 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:39,206 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:10:39,209 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:10:39,212 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:10:39,215 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:10:39,218 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:10:39,222 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:39,222 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:39,222 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:10:39,223 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:10:39,222 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fabe0549f28) -- 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 0x7fabe054e9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:10:39,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:10:39,230 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:39,230 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:10:39,234 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:39,234 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:10:39,237 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:39,237 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:10:39,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:39,241 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:10:39,241 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:10:39,244 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:39,244 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:10:39,247 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:10:39,247 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:39,250 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/c7ffdb5d-5710-42eb-a61b-f226e452b442 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlW1IwLaiJkMA5Cciellabn1GyuqZivw85', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'ID_FS_UUID_ENC': 'c7ffdb5d-5710-42eb-a61b-f226e452b442', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821136792'} ; 2024-03-01 21:10:39,250 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:39,251 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:39,254 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:10:39,255 INFO program/MainThread: stderr[59]: 2024-03-01 21:10:39,255 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:10:39,255 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:39,258 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:10:39,258 INFO program/MainThread: stderr[60]: 2024-03-01 21:10:39,258 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:10:39,258 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:39,261 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:10:39,261 INFO program/MainThread: stderr[61]: 2024-03-01 21:10:39,261 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:10:39,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:10:39,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,274 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,276 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,270 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:39,277 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:10:39,280 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:10:39,280 INFO program/MainThread: stderr[62]: 2024-03-01 21:10:39,280 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:10:39,284 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:10:39,284 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:10:39,287 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/88dfc189-f572-4c34-8c8b-52b3aaa934a7 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlASxSEG6VR1UUWt5fVNMEU5XkM0pkAfhj', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'ID_FS_UUID_ENC': '88dfc189-f572-4c34-8c8b-52b3aaa934a7', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821474304'} ; 2024-03-01 21:10:39,288 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:10:39,288 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:39,291 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:10:39,291 INFO program/MainThread: stderr[63]: 2024-03-01 21:10:39,291 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:10:39,291 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:39,294 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:10:39,294 INFO program/MainThread: stderr[64]: 2024-03-01 21:10:39,295 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:10:39,295 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:39,298 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:10:39,298 INFO program/MainThread: stderr[65]: 2024-03-01 21:10:39,298 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:10:39,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:10:39,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,311 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,312 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,306 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:10:39,313 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:10:39,316 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:10:39,316 INFO program/MainThread: stderr[66]: 2024-03-01 21:10:39,316 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:10:39,320 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:10:39,320 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:10:39,324 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/3a8a827f-5d9b-4037-be3d-fa00d5518626 ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16Jdlhgs074IXq4WyZcURvfRIqLep3yvXtmfi', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'ID_FS_UUID_ENC': '3a8a827f-5d9b-4037-be3d-fa00d5518626', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '821779033'} ; 2024-03-01 21:10:39,324 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:10:39,324 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:39,327 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:10:39,327 INFO program/MainThread: stderr[67]: 2024-03-01 21:10:39,327 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:10:39,328 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:39,330 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:10:39,331 INFO program/MainThread: stderr[68]: 2024-03-01 21:10:39,331 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:10:39,331 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:39,334 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:10:39,334 INFO program/MainThread: stderr[69]: 2024-03-01 21:10:39,334 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:10:39,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:10:39,346 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,347 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,349 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,342 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:10:39,349 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:10:39,353 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:10:39,353 INFO program/MainThread: stderr[70]: 2024-03-01 21:10:39,353 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:10:39,357 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:10:39,357 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:10:39,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/d3030fbd-6969-4821-9240-487796b37612', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-cQWFtzGrN52OV0mV0LSjyZfQwZW16JdlskB5Fen90YmkU7O8FIAei3mmENxLcKRS', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd3030fbd-6969-4821-9240-487796b37612', 'ID_FS_UUID_ENC': 'd3030fbd-6969-4821-9240-487796b37612', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822094363'} ; 2024-03-01 21:10:39,360 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:10:39,360 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:39,363 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:10:39,364 INFO program/MainThread: stderr[71]: 2024-03-01 21:10:39,364 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:10:39,364 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:39,367 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:10:39,367 INFO program/MainThread: stderr[72]: 2024-03-01 21:10:39,367 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:10:39,367 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:39,370 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:10:39,370 INFO program/MainThread: stderr[73]: 2024-03-01 21:10:39,370 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:10:39,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,378 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 21:10:39,382 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,383 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:39,385 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:39,378 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:39,385 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:10:39,388 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:10:39,389 INFO program/MainThread: stderr[74]: 2024-03-01 21:10:39,389 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:10:39,393 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:10:39,393 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:10:39,396 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/2606530b-227d-4f97-9cd9-6c42a310071f ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd', '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-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8c6Ilu3096nybaGFsodxVccVWlNNUWdOHd', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2606530b-227d-4f97-9cd9-6c42a310071f', 'ID_FS_UUID_ENC': '2606530b-227d-4f97-9cd9-6c42a310071f', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '822986937'} ; 2024-03-01 21:10:39,396 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:10:39,396 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:39,399 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:10:39,399 INFO program/MainThread: stderr[75]: 2024-03-01 21:10:39,399 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:10:39,400 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:39,403 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:10:39,403 INFO program/MainThread: stderr[76]: 2024-03-01 21:10:39,403 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:10:39,403 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:39,406 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:10:39,406 INFO program/MainThread: stderr[77]: 2024-03-01 21:10:39,406 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:10:39,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:10:39,417 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:39,418 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:39,418 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:39,419 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:39,414 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:10:39,420 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:10:39,422 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:10:39,423 INFO program/MainThread: stderr[78]: 2024-03-01 21:10:39,423 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:10:39,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:10:39,427 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:10:39,430 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/b459d9b3-5016-432e-8240-a4ef5122a7bf', '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-rpHM15pdU0xD2GggAXwNEjZQB5AJfU8crGkqYFvOQ9Tewgc303NEL9fIrRJXE1o7', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'ID_FS_UUID_ENC': 'b459d9b3-5016-432e-8240-a4ef5122a7bf', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '823283385'} ; 2024-03-01 21:10:39,430 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:10:39,430 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:39,433 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:10:39,434 INFO program/MainThread: stderr[79]: 2024-03-01 21:10:39,434 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:10:39,434 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:39,437 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:10:39,437 INFO program/MainThread: stderr[80]: 2024-03-01 21:10:39,437 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:10:39,437 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:39,440 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:10:39,440 INFO program/MainThread: stderr[81]: 2024-03-01 21:10:39,440 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:10:39,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:10:39,451 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:39,452 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:39,453 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:39,453 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:39,448 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:39,454 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:10:39,457 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:10:39,457 INFO program/MainThread: stderr[82]: 2024-03-01 21:10:39,458 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:10:39,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:10:39,462 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:10:39,465 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/61b0dde1-3ec3-4ea4-bb2b-9697898ded30', '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-2LQEDOGVM835Mc1whVbLpsfsETdLJabDrPWSeu1Rg69xHzmL11NjjnO3xicmsI54', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'ID_FS_UUID_ENC': '61b0dde1-3ec3-4ea4-bb2b-9697898ded30', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824144964'} ; 2024-03-01 21:10:39,465 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:10:39,465 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:39,469 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:10:39,469 INFO program/MainThread: stderr[83]: 2024-03-01 21:10:39,469 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:10:39,469 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:39,472 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:10:39,472 INFO program/MainThread: stderr[84]: 2024-03-01 21:10:39,472 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:10:39,472 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:39,475 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:10:39,475 INFO program/MainThread: stderr[85]: 2024-03-01 21:10:39,475 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:10:39,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,483 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 21:10:39,486 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,487 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,487 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,488 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,484 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:10:39,489 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:10:39,492 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:10:39,492 INFO program/MainThread: stderr[86]: 2024-03-01 21:10:39,492 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:10:39,496 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:10:39,496 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:10:39,499 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/7b6c73c7-1da7-4d8d-a96e-9414e56e888a ' '/dev/disk/by-id/dm-uuid-LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-2LQEDOGVM835Mc1whVbLpsfsETdLJabDeiK4JUJjdf503WwNXAOYeqKz4JAw6v28', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'ID_FS_UUID_ENC': '7b6c73c7-1da7-4d8d-a96e-9414e56e888a', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '824455977'} ; 2024-03-01 21:10:39,499 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:10:39,500 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:39,503 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:10:39,503 INFO program/MainThread: stderr[87]: 2024-03-01 21:10:39,503 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:10:39,503 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:39,506 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:10:39,506 INFO program/MainThread: stderr[88]: 2024-03-01 21:10:39,506 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:10:39,507 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:39,510 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:10:39,510 INFO program/MainThread: stderr[89]: 2024-03-01 21:10:39,510 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:10:39,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:39,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,521 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,523 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,518 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,523 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:39,527 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:10:39,527 INFO program/MainThread: stderr[90]: 2024-03-01 21:10:39,527 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:10:39,531 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:39,531 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:10:39,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:39,542 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:39,558 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:10:39,559 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:10:39,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:39,573 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:10:39,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:39,585 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:10:39,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:39,598 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:10:39,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:39,610 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:10:39,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:39,622 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:10:39,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:39,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:39,634 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:10:39,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,641 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:10:39,641 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,642 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,642 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,642 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,643 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,643 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,644 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,644 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,644 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,645 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,645 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,646 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:39,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:10:39,652 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:10:39,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:10:39,658 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:10:39,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:10:39,663 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:10:39,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:39,670 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:10:39,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,673 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,674 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,677 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,678 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,679 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,683 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,683 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,684 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,688 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,692 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,692 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,694 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,697 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,698 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,699 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,702 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,704 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,706 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,707 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,708 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,708 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,712 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,713 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,717 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,718 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,722 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,723 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,719 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,727 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,728 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,732 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,732 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,733 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,736 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,738 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,733 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,740 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,741 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,742 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,746 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,747 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,751 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,752 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,756 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,757 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,760 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,762 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,757 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,765 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,766 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,770 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,771 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,775 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,776 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,779 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,780 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,781 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,785 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,786 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,789 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,791 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,795 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,795 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,798 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,799 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,799 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,800 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,803 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,804 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,805 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,810 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,813 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,815 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,819 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,819 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,823 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,824 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:10:39,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0576f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = eiK4JU-Jjdf-503W-wNXA-OYeq-Kz4J-Aw6v28 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:10:39,825 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:10:39,828 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 21:10:39,828 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:39,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:10:39,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:10:39,832 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:39,833 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:10:39,837 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:10:39,837 INFO program/MainThread: stderr[91]: 2024-03-01 21:10:39,837 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:10:39,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:10:39,842 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:10:39,842 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:39,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:39,848 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 21:10:39,848 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:10:39,851 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,852 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,852 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,853 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,856 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,858 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,861 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,862 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,863 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,866 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,867 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,871 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,872 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,876 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,876 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,877 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,880 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,881 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,885 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,885 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,886 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,889 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,890 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,891 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,887 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,894 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,896 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,899 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,900 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,904 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,905 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,910 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,913 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,915 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,917 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,918 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,923 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,929 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,932 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,932 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,937 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,937 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,938 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,941 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,942 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,946 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,951 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,956 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,962 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,967 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,970 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,971 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,974 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,975 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,976 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,979 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,980 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,980 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,984 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,995 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:39,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,998 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:39,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:10:39,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe1983518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rPWSeu-1Rg6-9xHz-mL11-Njjn-O3xi-cmsI54 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05f3a58) -- 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 = 2LQEDO-GVM8-35Mc-1whV-bLps-fsET-dLJabD size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:10:40,000 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:10:40,003 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 21:10:40,003 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:10:40,006 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:10:40,007 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:40,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:10:40,010 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:10:40,010 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:40,010 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 21:10:40,010 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:10:40,013 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:10:40,014 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,017 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:10:40,020 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:10:40,023 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:10:40,023 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:10:40,023 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:40,023 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:10:40,023 DEBUG blivet/MainThread: removing sda 2024-03-01 21:10:40,026 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:40,026 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:10:40,030 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:10:40,030 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:40,030 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:10:40,030 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:10:40,033 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:40,033 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:10:40,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:10:40,036 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:40,036 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:10:40,036 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:10:40,039 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:40,039 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:10:40,042 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:10:40,042 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:40,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,049 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:10:40,049 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,049 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,050 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,050 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,051 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,051 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,051 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,052 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,052 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,053 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,053 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,053 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:10:40,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:10:40,060 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:10:40,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:10:40,065 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:10:40,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:10:40,071 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:10:40,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:10:40,077 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:10:40,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,080 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,082 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,084 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,085 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,087 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,090 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,091 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,095 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,096 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,099 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,100 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,101 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,105 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,106 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,109 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,111 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,114 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,115 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,118 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,119 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,120 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,124 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,125 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,129 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,130 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,133 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,135 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,138 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,139 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,143 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,143 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,144 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,147 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,148 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,149 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,154 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,157 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,158 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,158 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,162 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,163 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,166 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,167 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,167 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,168 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,171 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,172 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,172 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,173 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,175 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,176 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,177 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,173 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,180 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,181 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,181 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,182 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,186 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,186 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,187 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,190 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,191 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,191 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,192 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,195 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,195 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,196 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,197 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,199 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,200 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,205 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,205 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,206 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,210 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,210 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,211 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,215 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,215 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,216 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,219 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,220 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,220 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,224 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,225 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,229 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,229 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,230 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:10:40,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0597c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = rGkqYF-vOQ9-Tewg-c303-NEL9-fIrR-JXE1o7 size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:10:40,231 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:10:40,234 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 21:10:40,234 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:10:40,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:10:40,237 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:40,241 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:10:40,241 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:10:40,241 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:40,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:10:40,247 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:10:40,250 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,250 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,251 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,251 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,254 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,254 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,255 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,255 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,252 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,259 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,260 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,264 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,268 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,268 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,271 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,272 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,272 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,276 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,276 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,277 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,280 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,281 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,285 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,288 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,289 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,289 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,292 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,292 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,293 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,296 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,297 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,298 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,300 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,301 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,302 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,305 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,306 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,309 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,310 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,310 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,313 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,313 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,314 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,314 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,318 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,318 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,319 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,315 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,322 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,322 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,323 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,326 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,327 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,327 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,330 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,331 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,334 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,335 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,335 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,336 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,332 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,338 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,339 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,339 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,340 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,336 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,342 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,343 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,343 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,344 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,347 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,347 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,348 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,348 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,351 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,351 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,352 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,352 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,355 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,356 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,356 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,357 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,353 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,359 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,360 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,360 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,361 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,364 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,364 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,365 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,361 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,368 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,368 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,369 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,369 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,372 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,372 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,373 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,373 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,376 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,377 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,377 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,378 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,380 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,381 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:10:40,382 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:10:40,378 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabef60eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 6Ilu30-96ny-baGF-sodx-VccV-WlNN-UWdOHd size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe05904a8) -- 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 = rpHM15-pdU0-xD2G-ggAX-wNEj-ZQB5-AJfU8c size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:10:40,382 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:10:40,385 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 21:10:40,386 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:10:40,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:10:40,389 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:40,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:10:40,393 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:10:40,393 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:40,393 DEBUG blivet.ansible/MainThread: ['sde', 'test_vg2', 'sdf', 'sdd'] 2024-03-01 21:10:40,393 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:10:40,396 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:10:40,396 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,399 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:10:40,402 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:10:40,405 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:10:40,406 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:10:40,406 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:10:40,406 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:10:40,406 DEBUG blivet/MainThread: removing sde 2024-03-01 21:10:40,409 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:40,409 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:10:40,412 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:10:40,412 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:10:40,412 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:10:40,412 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:10:40,415 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:40,415 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:10:40,418 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:10:40,418 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:10:40,418 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:10:40,418 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:10:40,421 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:40,421 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:10:40,424 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:10:40,424 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:10:40,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,431 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:10:40,431 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,432 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,432 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,433 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,433 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,434 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,434 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,435 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,435 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,436 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,436 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,437 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:10:40,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:10:40,443 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:10:40,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:10:40,449 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:10:40,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:10:40,454 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:10:40,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:10:40,460 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:10:40,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,466 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 21:10:40,467 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:10:40,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,471 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,471 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,472 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,477 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,479 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,485 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,490 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,492 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,497 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,498 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,493 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,503 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,505 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,509 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,511 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,516 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,518 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,522 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,524 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,518 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,529 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,529 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,530 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,534 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,535 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,537 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,542 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,547 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,548 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,550 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,555 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,556 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,561 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,563 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,567 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,569 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,563 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,574 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,576 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,580 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,582 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,587 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,588 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,593 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,595 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,600 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,601 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,606 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,608 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,613 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,614 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,619 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,621 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,624 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,625 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,627 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,631 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,632 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,633 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,638 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,640 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,645 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,646 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,651 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,653 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,658 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,658 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,659 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,664 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,666 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,660 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,671 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,672 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:10:40,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe05a06d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = skB5Fe-n90Y-mkU7-O8FI-Aei3-mmEN-xLcKRS size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:10:40,673 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:10:40,676 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 21:10:40,676 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:10:40,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:10:40,680 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:40,683 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:10:40,684 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:10:40,684 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:40,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:10:40,690 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:10:40,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,694 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,695 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,700 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,700 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,701 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,706 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,707 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,712 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,713 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,718 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,719 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,724 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,725 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,729 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,730 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,731 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,736 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,737 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,741 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,742 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,743 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,748 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,749 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,754 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,755 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,760 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,761 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,766 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,767 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,771 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,773 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,777 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,779 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,783 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,785 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,789 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,791 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,785 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,795 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,797 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,801 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,803 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,807 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,808 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,813 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,814 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,819 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,820 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,825 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,826 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,831 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,832 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,827 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,837 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,838 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,843 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,844 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,848 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,850 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,845 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,854 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,856 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,860 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,862 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,866 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,868 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,872 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,873 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,874 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,869 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,877 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,878 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,879 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,880 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:10:40,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe0591940) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hgs074-IXq4-WyZc-URvf-RIqL-ep3y-vXtmfi size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,881 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:10:40,883 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 21:10:40,884 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:40,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:10:40,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:10:40,887 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:40,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:10:40,891 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:10:40,891 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:40,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:40,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:10:40,897 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:10:40,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,901 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,902 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,906 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,908 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,912 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,913 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,917 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,918 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,922 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,924 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,919 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,928 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,929 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,933 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,935 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,939 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,940 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,944 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,945 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,950 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,951 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,955 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,956 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,960 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,962 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,966 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,966 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,967 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,971 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,972 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,968 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,977 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,978 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,973 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,982 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,984 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,988 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,989 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,992 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,993 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,994 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:40,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:40,998 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,000 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:40,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,004 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,005 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,009 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,011 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,015 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,016 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,019 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,020 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,026 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,027 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,031 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,032 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,036 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,038 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,042 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,043 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,047 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,048 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,053 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,054 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,058 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,059 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,063 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,065 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,069 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,070 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:10:41,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe16f9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ASxSEG-6VR1-UUWt-5fVN-MEU5-XkM0-pkAfhj size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,071 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:10:41,074 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:10:41,074 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,074 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:10:41,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:10:41,078 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:10:41,081 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:10:41,081 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:41,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:10:41,087 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:10:41,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,091 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,092 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,096 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,097 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,101 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,102 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,105 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,107 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,110 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,111 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,115 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,116 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,119 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,120 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,121 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,125 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,126 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,130 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,131 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,135 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,136 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,139 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,141 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,144 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,145 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,149 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,150 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,154 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,155 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,159 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,160 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,164 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,165 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,169 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,170 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,173 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,175 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,178 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,179 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,183 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,184 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,188 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,189 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,193 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,194 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,198 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,198 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,199 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,195 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,203 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,204 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,207 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,209 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,212 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,213 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,213 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,217 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,218 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,222 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,222 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,223 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,227 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,227 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,228 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,232 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,233 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,236 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,237 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,238 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,241 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,241 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:10:41,243 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:10:41,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fabe052a7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = W1IwLa-iJkM-A5Cc-iell-abn1-Gyuq-Zivw85 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fabe0561668) -- 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 = cQWFtz-GrN5-2OV0-mV0L-SjyZ-fQwZ-W16Jdl size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:10:41,243 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:10:41,246 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 21:10:41,246 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:10:41,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:10:41,250 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:10:41,254 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:10:41,254 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,254 DEBUG blivet.ansible/MainThread: ['sdg', 'test_vg3', 'sdj', 'sdh', 'sdi'] 2024-03-01 21:10:41,254 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:10:41,257 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:10:41,257 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,260 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:10:41,264 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:10:41,267 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:10:41,270 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:10:41,270 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:10:41,270 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:10:41,270 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:10:41,270 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:10:41,273 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:41,273 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:10:41,276 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:10:41,276 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:10:41,276 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:10:41,276 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:10:41,279 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:41,279 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:10:41,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:10:41,283 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:10:41,283 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:10:41,283 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:10:41,286 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:41,286 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:10:41,289 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:10:41,289 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:10:41,289 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:10:41,289 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:10:41,292 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:41,292 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:41,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:10:41,295 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:10:41,295 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:10:41,296 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,322 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,335 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,354 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:41,354 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,365 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,384 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:10:41,384 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,396 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,415 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:10:41,415 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,425 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,443 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:10:41,443 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,455 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,473 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:10:41,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,485 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,503 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:10:41,503 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,515 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,533 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:10:41,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,543 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,561 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:10:41,561 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:41,562 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,563 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,564 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,564 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:10:41,564 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:10:41,564 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:10:41,564 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:10:41,564 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:10:41,564 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:10:41,566 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:10:41,569 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:10:41,571 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:10:41,575 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:10:41,575 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:10:41,578 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:10:41,578 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 0x7fabe051fbf8> 2024-03-01 21:10:41,578 INFO blivet/MainThread: sorting actions... 2024-03-01 21:10:41,599 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,599 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,600 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,600 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,600 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:41,600 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:41,600 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:41,600 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:41,601 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:10:41,602 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:41,603 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:41,604 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,610 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:10:41,610 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:10:41,618 INFO program/MainThread: stdout: 2024-03-01 21:10:41,618 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:41,618 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,634 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,646 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,646 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:10:41,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:10:41,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:10:41,658 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:10:41,661 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:10:41,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:10:41,665 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:41,700 INFO program/MainThread: stdout[92]: 2024-03-01 21:10:41,700 INFO program/MainThread: stderr[92]: 2024-03-01 21:10:41,700 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:10:41,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:10:41,708 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,711 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,714 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,718 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,721 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,724 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,727 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,730 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:10:41,734 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:41,781 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:10:41,782 INFO program/MainThread: stderr[93]: 2024-03-01 21:10:41,782 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:10:41,783 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,796 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:10:41,797 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:10:41,815 INFO program/MainThread: stdout: 2024-03-01 21:10:41,816 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:41,816 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:41,851 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:41,851 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:10:41,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:10:41,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:10:41,863 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:10:41,866 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:10:41,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:10:41,870 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:41,904 INFO program/MainThread: stdout[94]: 2024-03-01 21:10:41,904 INFO program/MainThread: stderr[94]: 2024-03-01 21:10:41,904 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:10:41,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:10:41,912 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,915 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,918 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,921 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,925 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,928 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,931 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:41,934 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:10:41,938 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:10:41,938 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:41,985 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:10:41,985 INFO program/MainThread: stderr[95]: 2024-03-01 21:10:41,985 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:10:41,986 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:41,994 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,002 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:10:42,003 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:10:42,020 INFO program/MainThread: stdout: 2024-03-01 21:10:42,020 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:42,020 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,044 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,044 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,055 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,055 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:10:42,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:10:42,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:10:42,067 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:10:42,070 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:10:42,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:10:42,074 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,108 INFO program/MainThread: stdout[96]: 2024-03-01 21:10:42,108 INFO program/MainThread: stderr[96]: 2024-03-01 21:10:42,108 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:10:42,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:10:42,116 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,119 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:10:42,123 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,126 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:10:42,129 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,132 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:10:42,135 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,138 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:10:42,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:10:42,141 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,184 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:10:42,185 INFO program/MainThread: stderr[97]: 2024-03-01 21:10:42,185 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:10:42,185 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:42,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,200 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:10:42,200 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:10:42,219 INFO program/MainThread: stdout: 2024-03-01 21:10:42,219 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:42,219 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,219 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,247 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,260 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,260 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:10:42,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:10:42,268 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:10:42,272 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:10:42,275 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:10:42,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:10:42,279 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,316 INFO program/MainThread: stdout[98]: 2024-03-01 21:10:42,316 INFO program/MainThread: stderr[98]: 2024-03-01 21:10:42,316 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:10:42,320 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:10:42,324 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,327 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,330 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,333 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,337 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,340 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,343 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,346 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:10:42,349 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,387 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:10:42,387 INFO program/MainThread: stderr[99]: 2024-03-01 21:10:42,387 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:10:42,388 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:10:42,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:10:42,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:10:42,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:10:42,423 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,428 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,436 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,445 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,450 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,456 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,459 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,462 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:10:42,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:10:42,465 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,505 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:10:42,505 INFO program/MainThread: stderr[100]: 2024-03-01 21:10:42,506 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:10:42,506 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,555 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:10:42,556 INFO program/MainThread: stderr[101]: 2024-03-01 21:10:42,556 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:10:42,556 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,590 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:10:42,590 INFO program/MainThread: stderr[102]: 2024-03-01 21:10:42,590 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:10:42,591 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:10:42,598 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,608 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,614 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,614 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,670 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:10:42,671 INFO program/MainThread: stderr[103]: 2024-03-01 21:10:42,671 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:10:42,671 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:10:42,671 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,700 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,718 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,719 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,734 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,735 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:10:42,739 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,742 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,745 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,745 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,775 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:10:42,776 INFO program/MainThread: stderr[104]: 2024-03-01 21:10:42,776 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:10:42,776 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:10:42,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,812 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,813 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,826 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,826 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,841 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,842 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:10:42,846 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,849 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,852 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,852 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,880 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:10:42,880 INFO program/MainThread: stderr[105]: 2024-03-01 21:10:42,880 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:10:42,880 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:10:42,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,912 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,913 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,924 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,925 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:42,937 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:42,937 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:10:42,941 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:42,944 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,947 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:10:42,947 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:42,973 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:10:42,974 INFO program/MainThread: stderr[106]: 2024-03-01 21:10:42,974 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:10:42,974 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:10:42,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,022 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,023 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,036 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:43,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,044 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:10:43,044 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:10:43,051 INFO program/MainThread: stdout: 2024-03-01 21:10:43,052 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:43,052 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,052 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,066 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,078 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,078 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:10:43,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:10:43,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:10:43,090 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:10:43,093 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:10:43,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:10:43,097 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,132 INFO program/MainThread: stdout[107]: 2024-03-01 21:10:43,132 INFO program/MainThread: stderr[107]: 2024-03-01 21:10:43,132 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:10:43,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:10:43,140 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,143 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:10:43,146 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,149 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:10:43,153 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,156 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:10:43,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:10:43,159 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,196 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:10:43,196 INFO program/MainThread: stderr[108]: 2024-03-01 21:10:43,196 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:10:43,197 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:43,205 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,217 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:10:43,217 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:10:43,235 INFO program/MainThread: stdout: 2024-03-01 21:10:43,236 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:43,236 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,236 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,254 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,254 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,265 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,265 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:10:43,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:10:43,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:10:43,277 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:10:43,280 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:10:43,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:10:43,284 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,315 INFO program/MainThread: stdout[109]: 2024-03-01 21:10:43,315 INFO program/MainThread: stderr[109]: 2024-03-01 21:10:43,315 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:10:43,319 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:10:43,323 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,326 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:10:43,329 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,332 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:10:43,336 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,339 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:10:43,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:10:43,342 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,380 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:10:43,380 INFO program/MainThread: stderr[110]: 2024-03-01 21:10:43,380 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:10:43,381 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:10:43,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:10:43,394 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:10:43,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:10:43,406 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,410 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:10:43,416 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,422 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:10:43,428 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,435 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:10:43,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:10:43,438 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,475 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:10:43,476 INFO program/MainThread: stderr[111]: 2024-03-01 21:10:43,476 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:10:43,476 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,514 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:10:43,514 INFO program/MainThread: stderr[112]: 2024-03-01 21:10:43,514 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:10:43,514 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,543 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:10:43,543 INFO program/MainThread: stderr[113]: 2024-03-01 21:10:43,544 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:10:43,544 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:10:43,551 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,563 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:10:43,569 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:10:43,569 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,615 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:10:43,615 INFO program/MainThread: stderr[114]: 2024-03-01 21:10:43,615 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:10:43,615 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:10:43,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,644 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,645 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,659 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,673 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,673 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:10:43,677 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,680 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:10:43,683 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:10:43,683 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,709 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:10:43,709 INFO program/MainThread: stderr[115]: 2024-03-01 21:10:43,709 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:10:43,709 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:10:43,710 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,740 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,754 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,754 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,769 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,769 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:10:43,773 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,776 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:10:43,779 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:10:43,779 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:43,806 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:10:43,806 INFO program/MainThread: stderr[116]: 2024-03-01 21:10:43,806 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:10:43,806 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:10:43,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,838 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,850 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,850 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,863 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,863 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:43,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,871 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:10:43,871 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:10:43,879 INFO program/MainThread: stdout: 2024-03-01 21:10:43,880 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:43,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,880 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,896 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:43,908 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:43,908 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:10:43,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:10:43,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:10:43,920 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:10:43,923 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:10:43,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:10:43,926 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --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 21:10:43,958 INFO program/MainThread: stdout[117]: 2024-03-01 21:10:43,958 INFO program/MainThread: stderr[117]: 2024-03-01 21:10:43,958 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:10:43,963 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:10:43,966 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,969 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:10:43,972 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,975 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:10:43,979 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:43,982 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:10:43,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:10:43,985 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --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 21:10:44,022 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:10:44,022 INFO program/MainThread: stderr[118]: 2024-03-01 21:10:44,022 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:10:44,023 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:44,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,040 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:44,040 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:10:44,054 INFO program/MainThread: stdout: 2024-03-01 21:10:44,054 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:44,054 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,075 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,087 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,087 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:44,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:44,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:10:44,099 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:44,102 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:10:44,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:10:44,106 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,141 INFO program/MainThread: stdout[119]: 2024-03-01 21:10:44,141 INFO program/MainThread: stderr[119]: 2024-03-01 21:10:44,141 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:10:44,145 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:10:44,149 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,152 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:44,155 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,158 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:44,162 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,165 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:44,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:10:44,168 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,208 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:10:44,208 INFO program/MainThread: stderr[120]: 2024-03-01 21:10:44,208 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:10:44,209 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:44,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:10:44,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:10:44,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:10:44,232 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:44,244 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,250 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:44,256 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,260 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:44,263 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:10:44,263 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,296 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:10:44,297 INFO program/MainThread: stderr[121]: 2024-03-01 21:10:44,297 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:10:44,297 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,336 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:10:44,336 INFO program/MainThread: stderr[122]: 2024-03-01 21:10:44,336 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:10:44,336 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,378 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:10:44,378 INFO program/MainThread: stderr[123]: 2024-03-01 21:10:44,378 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:10:44,379 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:44,386 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,392 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:10:44,398 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:10:44,398 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,435 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:10:44,435 INFO program/MainThread: stderr[124]: 2024-03-01 21:10:44,435 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:10:44,436 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:10:44,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,464 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,481 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,481 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,493 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,494 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:44,499 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,502 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:10:44,505 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:10:44,505 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,532 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:10:44,532 INFO program/MainThread: stderr[125]: 2024-03-01 21:10:44,532 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:10:44,533 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:10:44,533 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,576 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,591 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:44,595 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:44,598 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:10:44,600 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:10:44,601 INFO program/MainThread: Running [126] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:44,631 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:10:44,631 INFO program/MainThread: stderr[126]: 2024-03-01 21:10:44,631 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:10:44,631 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:10:44,631 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,659 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,660 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,677 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:44,689 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:44,694 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:10:44,694 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 0x7fabe051fb48> 2024-03-01 21:10:58,708 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_zxuqj_jc/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:03,243 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nb1fvzdy/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:10,467 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_clcd4ic1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:10,503 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:10,504 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:11:10,507 INFO program/MainThread: stdout[2]: 2024-03-01 21:11:10,507 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:11:10,507 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:11:10,508 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:11:10,512 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,512 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:11:10,516 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:10,516 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:11:10,519 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:10,519 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:11:10,522 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:10,522 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:11:10,530 INFO program/MainThread: stdout: 2024-03-01 21:11:10,530 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:11:10,530 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:11:10,530 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:10,530 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,530 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:10,531 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:10,531 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:10,531 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:11:10,531 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:10,531 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:11:10,532 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:11:10,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:10,542 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:10,553 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:11:10,558 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:11:10,558 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:11:10,558 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:10,589 INFO program/MainThread: stdout[3]: 2024-03-01 21:11:10,590 INFO program/MainThread: stderr[3]: 2024-03-01 21:11:10,590 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:11:10,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,603 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:11:10,607 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:11:10,608 INFO blivet/MainThread: sda is a disk 2024-03-01 21:11:10,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:11:10,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:10,612 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:10,615 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:10,615 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:10,619 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:10,619 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,619 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:10,619 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4fdf470) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:11:10,623 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:10,623 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:11:10,626 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:11:10,627 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:10,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,636 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:10,637 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:10,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:11:10,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:11:10,640 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:10,643 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:10,644 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:10,647 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:10,647 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,647 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:11:10,647 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd478e3c8) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:11:10,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:10,651 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:11:10,654 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:11:10,654 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:10,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,664 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:10,665 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:10,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:10,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:11:10,668 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:10,671 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:10,671 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:10,674 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:10,675 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,675 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:11:10,675 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd478e470) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:11:10,678 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:10,679 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:10,682 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:11:10,682 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:10,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,692 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:10,692 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:10,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:10,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:11:10,696 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:10,699 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:10,699 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:10,702 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:10,703 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,703 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:11:10,703 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4794588) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:11:10,707 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:10,707 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:10,710 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:11:10,710 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:10,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,720 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:10,720 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:10,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:11:10,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:11:10,724 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:10,727 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:10,727 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:10,730 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:10,731 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,731 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:11:10,731 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4794630) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:11:10,734 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:10,735 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:11:10,738 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:11:10,738 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:11:10,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,748 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:11:10,748 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:11:10,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:10,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:11:10,752 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:10,755 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:10,755 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:10,758 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:11:10,759 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,759 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:11:10,759 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4790470) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:11:10,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:11:10,763 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:11:10,766 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:11:10,766 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:11:10,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,776 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:11:10,776 INFO blivet/MainThread: sde is a disk 2024-03-01 21:11:10,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:10,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:11:10,780 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:10,783 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:10,783 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:10,786 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:11:10,787 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,787 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:11:10,787 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4790b00) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:11:10,790 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:11:10,790 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:11:10,794 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:11:10,794 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:11:10,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,804 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:11:10,804 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:11:10,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:10,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:11:10,808 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:10,811 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:10,811 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:11:10,814 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:11:10,814 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,815 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:11:10,815 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4790208) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:11:10,818 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:11:10,818 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:11:10,822 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:11:10,822 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:11:10,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,832 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:11:10,832 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:11:10,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:11:10,833 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:11:10,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:10,839 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:10,839 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:10,842 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:11:10,843 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,843 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:11:10,843 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd479f9e8) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:11:10,846 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:11:10,847 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:11:10,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:11:10,850 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:11:10,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,860 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:11:10,860 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:11:10,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:11:10,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:10,864 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:10,867 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:10,867 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:10,870 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:11:10,870 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,871 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:11:10,871 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd4790a20) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:11:10,874 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:11:10,874 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:11:10,877 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:11:10,878 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:11:10,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,887 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:11:10,888 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:11:10,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:11:10,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:11:10,891 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:10,895 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:10,895 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:10,898 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:11:10,898 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,899 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:11:10,899 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd47b4908) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:11:10,902 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:11:10,902 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:11:10,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:11:10,906 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:11:10,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,916 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:11:10,916 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:11:10,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:11:10,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:11:10,919 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:10,922 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:10,923 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:10,926 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:11:10,926 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:11:10,927 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:11:10,927 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd47b4f98) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:11:10,930 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:11:10,930 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:11:10,933 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': '18182951'} ; 2024-03-01 21:11:10,933 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:11:10,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:10,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:10,943 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:11:10,943 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:11:10,943 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:11:10,943 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:11:10,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:11:10,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:11:10,947 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:11:10,950 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:11:10,950 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:11:10,953 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:11:10,953 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:11:10,954 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:11:10,954 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1bd47b4eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:11:10,957 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:11:10,961 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:10,961 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:11:10,964 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:10,964 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:11:10,968 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:10,968 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:11:10,971 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:10,971 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:11:10,975 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:11:10,978 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:10,981 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:11:10,985 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 0x7f1bd47a2e88> 2024-03-01 21:11:13,881 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:11:13,886 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:11:13,886 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:11:13,890 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': '18185273'} ; 2024-03-01 21:11:13,890 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:11:13,890 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:11:13,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:13,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:13,899 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:11:13,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:13,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:13,905 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:13,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:13,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:13,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:11:13,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:11:13,938 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:11:13,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:11:13,942 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:11:13,945 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:11:13,945 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:11:13,949 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:13,949 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:13,949 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:11:13,952 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:11:13,955 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:11:13,958 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:11:13,961 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:11:13,965 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:13,965 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:13,965 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:11:13,966 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:11:13,965 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1bd478edd8) -- 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 0x7f1bd474a0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:11:13,969 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:11:13,973 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:13,973 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:11:13,976 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:13,976 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:11:13,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:13,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:11:13,983 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:13,983 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:11:13,985 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:11:13,985 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:11:13,989 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:13,989 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:11:13,992 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:11:13,992 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:13,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:14,003 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:14,015 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:11:14,016 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:11:14,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:14,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:14,028 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:11:14,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:14,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:14,040 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:11:14,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:14,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:14,051 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:11:14,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:14,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:14,063 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:11:14,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:14,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:14,074 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:11:14,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:14,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:14,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:14,085 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:11:14,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:11:14,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:11:14,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:11:14,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:11:14,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:11:14,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:11:14,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:11:14,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:11:19,678 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ixrc5qz7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:19,714 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:19,714 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:11:19,717 INFO program/MainThread: stdout[2]: 2024-03-01 21:11:19,717 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:11:19,717 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:11:19,717 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:11:19,721 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:19,722 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:11:19,725 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:19,725 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:11:19,729 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:19,729 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:11:19,732 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:19,732 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:11:19,739 INFO program/MainThread: stdout: 2024-03-01 21:11:19,739 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:11:19,739 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,739 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,739 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:11:19,740 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:19,740 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:19,740 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:19,740 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:19,740 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:19,741 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:11:19,741 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:19,741 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:11:19,741 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:11:19,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:19,753 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:19,764 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:11:19,768 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:11:19,769 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:11:19,769 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:19,798 INFO program/MainThread: stdout[3]: 2024-03-01 21:11:19,798 INFO program/MainThread: stderr[3]: 2024-03-01 21:11:19,798 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:11:19,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,811 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:11:19,815 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:11:19,816 INFO blivet/MainThread: sda is a disk 2024-03-01 21:11:19,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:11:19,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:19,820 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:19,823 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:19,823 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:19,827 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:19,827 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,827 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:19,828 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd219b6d470) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:11:19,831 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:19,831 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:11:19,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:11:19,835 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:19,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,845 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:19,845 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:19,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:11:19,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:11:19,849 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:19,852 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:19,852 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:19,855 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:19,856 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,856 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:11:19,856 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b1b400) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:11:19,860 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:19,860 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:11:19,863 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:11:19,863 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:19,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:19,874 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:19,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:19,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:11:19,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:19,880 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:19,880 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:19,884 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:19,884 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,884 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:11:19,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b1b4a8) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:11:19,888 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:19,888 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:19,891 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:11:19,891 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:19,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:19,902 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:19,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:19,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:11:19,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:19,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:19,909 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:19,912 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:19,912 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,913 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:11:19,913 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b215c0) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:11:19,916 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:19,916 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:19,919 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:11:19,920 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:19,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,929 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:19,930 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:19,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:11:19,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:11:19,933 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:19,937 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:19,937 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:19,940 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:19,940 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,941 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:11:19,941 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b21438) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:11:19,944 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:19,944 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:11:19,948 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:11:19,948 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:11:19,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,958 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:11:19,958 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:11:19,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:19,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:11:19,962 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:19,965 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:19,965 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:19,968 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:11:19,969 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,969 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:11:19,969 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b314a8) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:11:19,972 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:11:19,973 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:11:19,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:11:19,976 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:11:19,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:19,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:19,986 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:11:19,986 INFO blivet/MainThread: sde is a disk 2024-03-01 21:11:19,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:19,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:11:19,990 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:19,993 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:19,993 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:19,996 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:11:19,997 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:11:19,997 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:11:19,997 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b31b38) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:11:20,001 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:11:20,001 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:11:20,004 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:11:20,004 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:11:20,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:20,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:20,014 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:11:20,015 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:11:20,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:20,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:11:20,018 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:20,021 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:20,022 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:11:20,025 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:11:20,025 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:11:20,026 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:11:20,026 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b31240) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:11:20,029 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:11:20,029 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:11:20,032 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:11:20,033 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:11:20,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:20,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:20,043 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:11:20,043 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:11:20,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:11:20,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:11:20,046 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:20,050 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:20,050 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:20,053 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:11:20,054 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:11:20,054 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:11:20,054 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b1da20) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:11:20,058 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:11:20,058 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:11:20,061 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:11:20,061 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:11:20,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:20,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:20,071 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:11:20,072 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:11:20,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:11:20,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:20,075 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:20,078 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:20,078 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:20,082 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:11:20,082 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:11:20,082 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:11:20,082 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b31cf8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:11:20,086 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:11:20,086 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:11:20,089 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:11:20,089 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:11:20,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:20,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:20,099 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:11:20,100 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:11:20,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:11:20,100 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:11:20,103 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:20,107 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:20,107 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:20,110 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:11:20,110 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:11:20,111 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:11:20,111 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b41940) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:11:20,114 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:11:20,114 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:11:20,118 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:11:20,118 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:11:20,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:20,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:20,128 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:11:20,128 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:11:20,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:11:20,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:11:20,132 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:20,135 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:20,135 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:20,138 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:11:20,139 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:11:20,139 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:11:20,139 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b41fd0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:11:20,142 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:11:20,142 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:11:20,146 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': '18182951'} ; 2024-03-01 21:11:20,146 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:11:20,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:20,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:20,156 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:11:20,156 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:11:20,156 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:11:20,156 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:11:20,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:11:20,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:11:20,159 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:11:20,163 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:11:20,163 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:11:20,166 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:11:20,166 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:11:20,167 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:11:20,167 INFO blivet/MainThread: got device: DiskDevice instance (0x7fd218b41f28) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:11:20,170 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:11:20,174 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:20,174 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:11:20,177 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:20,177 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:11:20,181 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:20,181 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:11:20,184 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:20,184 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:11:20,188 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:11:20,191 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:20,194 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:11:20,198 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 0x7fd218b32a08> 2024-03-01 21:11:23,276 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:11:23,281 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:11:23,281 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:11:23,285 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': '18185273'} ; 2024-03-01 21:11:23,285 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:11:23,285 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:11:23,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,295 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:11:23,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,301 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:23,314 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:23,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:11:23,332 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:11:23,336 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:11:23,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:11:23,340 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:11:23,343 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:11:23,343 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:11:23,347 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:23,347 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:23,347 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:11:23,350 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:11:23,354 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:11:23,357 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:11:23,360 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:11:23,363 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:11:23,363 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:11:23,364 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:11:23,364 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:11:23,364 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fd219b6df98) -- 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 0x7fd218ad70f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:11:23,368 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:11:23,371 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:23,371 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:11:23,375 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:23,375 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:11:23,378 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:23,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:11:23,382 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:23,382 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:11:23,383 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:11:23,384 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:11:23,387 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,387 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:11:23,390 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:11:23,391 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:23,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:23,402 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:23,414 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:11:23,415 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:11:23,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,427 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:11:23,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,439 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:11:23,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,451 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:11:23,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,462 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:11:23,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,474 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:11:23,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,485 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:11:23,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,497 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:11:23,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:11:23,503 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:11:23,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:11:23,509 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:11:23,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:11:23,514 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:11:23,517 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,518 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:11:23,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:11:23,521 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:23,521 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:23,525 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,525 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:23,528 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,528 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:11:23,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:11:23,531 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:23,531 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:23,534 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,535 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:23,538 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,538 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:11:23,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:11:23,541 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:23,541 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:23,544 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,544 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:23,545 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:11:23,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:11:23,553 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:23,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:11:23,560 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:23,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:11:23,567 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:23,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:11:23,571 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:11:23,572 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:11:23,572 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:23,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,585 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:11:23,586 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:23,586 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:11:23,586 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:11:23,587 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:23,587 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:11:23,590 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,590 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:11:23,593 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:11:23,597 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:23,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:11:23,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:11:23,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:11:23,608 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:23,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:11:23,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:11:23,615 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:23,616 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:11:23,616 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:11:23,616 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:11:23,620 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:11:23,620 INFO program/MainThread: stderr[4]: 2024-03-01 21:11:23,620 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:11:23,621 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:11:23,621 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:23,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:11:23,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:11:23,626 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:23,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,638 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:11:23,639 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:23,640 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:11:23,640 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:11:23,640 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:23,641 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:11:23,644 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,644 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:11:23,647 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,647 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:11:23,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:23,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:11:23,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:11:23,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:11:23,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:23,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:11:23,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:11:23,669 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:11:23,669 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:11:23,670 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:11:23,670 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:11:23,670 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:23,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:11:23,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:11:23,674 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:23,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,686 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:11:23,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:11:23,692 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:11:23,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:11:23,698 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:11:23,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:11:23,704 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:11:23,707 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,707 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:11:23,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:11:23,710 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:23,710 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:11:23,713 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,713 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:11:23,716 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,716 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:11:23,717 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:11:23,720 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:23,720 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:11:23,723 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,723 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:11:23,726 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,726 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:11:23,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:11:23,730 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:23,730 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:11:23,733 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,733 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:11:23,734 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:11:23,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:11:23,741 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:23,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:11:23,748 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:23,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:11:23,755 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:23,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:11:23,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:11:23,760 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:11:23,760 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:11:23,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,773 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:11:23,774 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:11:23,774 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:11:23,775 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:11:23,775 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:11:23,775 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:11:23,778 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,779 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:11:23,781 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:11:23,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:11:23,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:11:23,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:11:23,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:11:23,796 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:11:23,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:11:23,803 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:11:23,803 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:11:23,804 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:11:23,804 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:11:23,804 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:11:23,804 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:23,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:11:23,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:11:23,808 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:23,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,820 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:11:23,821 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:11:23,822 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:11:23,822 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:11:23,822 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:11:23,823 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:11:23,826 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,826 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:11:23,829 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:11:23,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:23,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:11:23,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:11:23,840 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:11:23,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:23,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:11:23,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:11:23,851 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:11:23,851 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:11:23,851 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:11:23,852 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:11:23,852 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:23,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:11:23,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:11:23,856 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:23,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,869 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:11:23,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:11:23,875 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:11:23,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:11:23,880 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:11:23,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:11:23,886 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:11:23,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:11:23,892 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:11:23,895 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,895 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:11:23,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:11:23,898 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:23,898 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:11:23,901 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,902 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:11:23,905 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,905 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:11:23,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:11:23,908 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:23,908 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:11:23,911 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,911 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:11:23,914 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,914 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:11:23,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:11:23,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:23,927 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:11:23,930 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,930 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:11:23,933 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:11:23,933 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:11:23,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:11:23,936 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:23,936 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:11:23,940 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:11:23,940 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:11:23,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:11:23,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:11:23,948 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:23,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:11:23,955 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:23,959 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:11:23,962 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:23,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:11:23,970 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:23,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:11:23,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:11:23,975 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:11:23,975 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:11:23,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:23,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:23,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:23,989 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:11:23,990 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:23,991 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:11:23,991 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:11:23,991 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:23,992 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:11:23,995 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,995 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:11:23,998 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:23,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:11:24,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:11:24,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:11:24,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:11:24,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:11:24,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:11:24,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:11:24,020 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:11:24,020 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,021 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:11:24,021 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:11:24,021 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:11:24,021 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:24,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:11:24,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:11:24,025 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:24,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:24,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:24,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:24,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:24,038 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:11:24,039 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,039 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:11:24,039 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:11:24,040 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,040 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:11:24,043 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:24,044 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:11:24,046 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:24,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:11:24,051 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:11:24,054 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:11:24,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:11:24,058 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:11:24,061 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:11:24,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:11:24,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:11:24,069 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,069 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:11:24,070 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:11:24,070 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:11:24,070 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:24,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:11:24,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:11:24,074 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:24,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:24,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:24,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:24,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:24,086 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:11:24,087 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,088 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:11:24,088 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:11:24,089 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,089 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:11:24,092 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:24,093 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:11:24,095 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:24,096 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:11:24,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:24,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:11:24,104 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:11:24,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:11:24,110 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:24,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:11:24,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:11:24,118 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,119 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:11:24,119 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:11:24,119 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:11:24,119 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:24,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:11:24,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:11:24,123 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:24,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:24,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:24,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:24,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:11:24,136 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:11:24,137 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,138 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:11:24,138 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:11:24,138 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,139 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:11:24,142 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:24,142 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:11:24,145 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:24,146 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:11:24,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:11:24,153 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:11:24,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:11:24,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:11:24,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:11:24,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:11:24,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:11:24,168 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:11:24,169 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:11:24,169 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:11:24,169 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:11:24,169 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:24,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:11:24,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:11:24,173 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:24,175 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:24,176 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:24,177 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:24,178 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:24,178 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:24,178 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:24,178 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:11:24,180 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:11:24,183 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:11:24,186 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:11:24,189 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:11:24,189 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:11:24,192 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:11:24,192 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fd218af8db0> 2024-03-01 21:11:24,192 INFO blivet/MainThread: sorting actions... 2024-03-01 21:11:24,227 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:11:24,227 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:11:24,228 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:11:24,228 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:11:24,228 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:11:24,229 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:11:24,229 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:11:24,230 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:24,230 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:24,230 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:24,231 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:11:24,231 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:11:24,231 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:11:24,232 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:11:24,232 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:11:24,232 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:24,233 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:24,234 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:24,234 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:24,235 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:24,235 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:24,235 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:24,236 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:24,236 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:11:24,237 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:11:24,237 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:11:24,237 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:11:24,238 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:24,238 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:24,239 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:24,239 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:24,240 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:24,240 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:24,240 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:24,241 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:24,241 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:24,242 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:24,242 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:24,242 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:24,243 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:11:24,246 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,249 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:11:24,249 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:11:24,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,258 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,285 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,285 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,296 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,296 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:11:24,300 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,303 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:11:24,304 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:11:24,311 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,349 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,349 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:11:24,353 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,356 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:11:24,356 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:11:24,363 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,363 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,392 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,405 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:11:24,409 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,412 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:11:24,412 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:11:24,418 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,447 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,447 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,457 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,457 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:11:24,461 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,464 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:11:24,464 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:11:24,470 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,498 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,510 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,511 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:11:24,514 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,517 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:11:24,517 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:11:24,523 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,523 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,552 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,562 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,562 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:11:24,566 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,569 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:11:24,569 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:11:24,575 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,605 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,615 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,615 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:11:24,619 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,622 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:11:24,622 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:11:24,628 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,658 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,658 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,670 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,670 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:11:24,674 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,677 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:11:24,677 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:11:24,683 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,709 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,719 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,719 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:11:24,723 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:11:24,726 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:11:24,726 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:11:24,732 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,732 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,759 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,771 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,771 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:11:24,775 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:24,778 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:24,781 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:24,781 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:11:24,782 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 21:11:24,811 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:11:24,811 INFO program/MainThread: stderr[5]: 2024-03-01 21:11:24,811 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:11:24,811 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,830 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,834 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:24,834 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:24,836 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:11:24,844 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,865 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:11:24,869 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:24,872 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:24,875 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:24,875 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:11:24,875 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 21:11:24,908 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:11:24,908 INFO program/MainThread: stderr[6]: 2024-03-01 21:11:24,909 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:11:24,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,925 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,929 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:24,929 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:24,930 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:11:24,939 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:24,961 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:24,961 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:11:24,965 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:24,968 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:24,971 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:24,971 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:11:24,972 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 21:11:25,002 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:11:25,002 INFO program/MainThread: stderr[7]: 2024-03-01 21:11:25,002 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:11:25,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,019 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,023 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:25,023 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:25,025 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:11:25,033 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,058 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:11:25,062 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,065 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,068 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,069 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:11:25,069 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:25,106 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:11:25,107 INFO program/MainThread: stderr[8]: 2024-03-01 21:11:25,107 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:11:25,107 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,129 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:25,129 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:25,131 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:11:25,140 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,163 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,163 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:11:25,167 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:11:25,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:11:25,173 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,177 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,180 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,183 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,186 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,189 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,192 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,195 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:11:25,198 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:25,259 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:11:25,259 INFO program/MainThread: stderr[9]: 2024-03-01 21:11:25,260 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:11:25,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:25,278 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:11:25,286 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,293 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,298 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,302 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,308 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,315 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,321 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,328 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,328 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,343 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:11:25,351 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:11:25,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,361 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,361 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:11:25,369 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,379 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:25,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:11:25,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:11:25,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:25,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:11:25,397 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,400 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,404 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,407 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,411 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,414 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,418 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,421 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:11:25,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:11:25,438 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:25,463 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf 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 21:11:25,463 INFO program/MainThread: stderr[10]: 2024-03-01 21:11:25,463 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:11:25,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:11:25,468 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:25,556 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:11:25,556 INFO program/MainThread: stderr[11]: 2024-03-01 21:11:25,556 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:11:25,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:25,572 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:25,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,616 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 21:11:25,617 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:25,618 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:11:25,626 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,642 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,642 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:11:25,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,649 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:11:25,652 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:11:25,653 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:11:25,671 INFO program/MainThread: stdout: 2024-03-01 21:11:25,672 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:11:25,672 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:25,672 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:25,672 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:25,672 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:11:25,672 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:25,672 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:25,672 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:11:25,672 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:25,672 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:25,672 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,673 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:11:25,686 INFO program/MainThread: stdout: 2024-03-01 21:11:25,686 INFO program/MainThread: writing all SBs 2024-03-01 21:11:25,686 INFO program/MainThread: new label = "" 2024-03-01 21:11:25,686 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,687 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,700 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:25,704 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:25,705 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:11:25,714 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,729 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,729 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:25,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:11:25,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:11:25,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,741 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:25,767 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf 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 21:11:25,767 INFO program/MainThread: stderr[12]: 2024-03-01 21:11:25,767 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:11:25,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:11:25,772 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:25,858 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:11:25,858 INFO program/MainThread: stderr[13]: 2024-03-01 21:11:25,858 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:11:25,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,878 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:25,878 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:25,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,921 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 21:11:25,921 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:25,922 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:11:25,931 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,931 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:25,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,944 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:11:25,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:25,952 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:11:25,955 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:11:25,955 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:11:25,974 INFO program/MainThread: stdout: 2024-03-01 21:11:25,974 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:11:25,974 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:25,974 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:25,975 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:25,975 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:11:25,975 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:25,975 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:25,975 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:11:25,975 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:25,975 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:25,975 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,975 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:11:25,987 INFO program/MainThread: stdout: 2024-03-01 21:11:25,987 INFO program/MainThread: writing all SBs 2024-03-01 21:11:25,988 INFO program/MainThread: new label = "" 2024-03-01 21:11:25,988 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:25,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,005 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:26,009 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:26,011 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:11:26,019 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,033 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,033 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:26,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:11:26,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:11:26,044 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,044 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:26,071 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf 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 21:11:26,071 INFO program/MainThread: stderr[14]: 2024-03-01 21:11:26,071 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:11:26,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:11:26,076 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:26,162 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:11:26,163 INFO program/MainThread: stderr[15]: 2024-03-01 21:11:26,163 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:11:26,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:26,178 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:26,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,216 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,220 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 21:11:26,221 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:26,222 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:11:26,230 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,246 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,246 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:11:26,250 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,253 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:11:26,256 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:11:26,257 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:11:26,277 INFO program/MainThread: stdout: 2024-03-01 21:11:26,277 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:11:26,277 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:26,277 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:26,277 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:26,277 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:11:26,278 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:26,278 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:26,278 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:11:26,278 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:26,278 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:26,278 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,278 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:11:26,291 INFO program/MainThread: stdout: 2024-03-01 21:11:26,291 INFO program/MainThread: writing all SBs 2024-03-01 21:11:26,291 INFO program/MainThread: new label = "" 2024-03-01 21:11:26,291 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,292 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,306 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,310 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:26,310 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:26,312 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:11:26,321 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,337 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,337 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:26,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:11:26,345 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:11:26,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,348 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:26,373 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf 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 21:11:26,373 INFO program/MainThread: stderr[16]: 2024-03-01 21:11:26,373 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:11:26,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:11:26,378 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:26,456 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:11:26,457 INFO program/MainThread: stderr[17]: 2024-03-01 21:11:26,457 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:11:26,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:26,472 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:26,472 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,519 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,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 21:11:26,524 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:26,525 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:11:26,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,549 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,549 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:11:26,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,557 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:11:26,560 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:11:26,560 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:11:26,583 INFO program/MainThread: stdout: 2024-03-01 21:11:26,584 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:11:26,584 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:26,584 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:26,584 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:26,584 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:11:26,584 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:26,584 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:26,584 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:11:26,584 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:26,584 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:26,584 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,585 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:11:26,597 INFO program/MainThread: stdout: 2024-03-01 21:11:26,597 INFO program/MainThread: writing all SBs 2024-03-01 21:11:26,597 INFO program/MainThread: new label = "" 2024-03-01 21:11:26,597 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:26,616 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:26,618 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:11:26,626 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,640 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,640 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:11:26,644 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,647 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,650 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,650 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:11:26,650 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:26,684 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:11:26,685 INFO program/MainThread: stderr[18]: 2024-03-01 21:11:26,685 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:11:26,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,708 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:26,708 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:11:26,710 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:11:26,718 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,740 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,740 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:11:26,744 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,747 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,750 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,750 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:11:26,751 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:26,783 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:11:26,783 INFO program/MainThread: stderr[19]: 2024-03-01 21:11:26,783 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:11:26,783 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,802 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,806 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:26,806 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:26,807 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:11:26,816 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,841 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,841 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:11:26,845 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,848 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,851 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,852 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:11:26,852 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:26,885 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:11:26,885 INFO program/MainThread: stderr[20]: 2024-03-01 21:11:26,885 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:11:26,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,902 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:26,906 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:26,907 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:11:26,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,916 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:26,937 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:26,937 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:11:26,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:11:26,944 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:11:26,947 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,950 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,953 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,956 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,960 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:26,963 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:26,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:11:26,966 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:27,015 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:11:27,016 INFO program/MainThread: stderr[21]: 2024-03-01 21:11:27,016 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:11:27,023 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:27,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:11:27,040 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,047 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,052 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,060 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,064 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,068 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,068 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,078 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:11:27,085 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:11:27,085 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,095 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,095 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:11:27,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,113 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,113 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:27,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:11:27,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:11:27,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:27,127 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:11:27,131 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,134 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,138 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,141 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,145 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,148 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,148 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,160 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:11:27,165 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/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:27,191 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:11:27,191 INFO program/MainThread: stderr[22]: 2024-03-01 21:11:27,191 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:11:27,195 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:11:27,196 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:27,279 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:11:27,279 INFO program/MainThread: stderr[23]: 2024-03-01 21:11:27,279 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:11:27,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:27,297 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:27,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,327 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 21:11:27,328 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:27,328 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:11:27,337 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,351 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,351 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:11:27,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,358 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:11:27,361 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:11:27,362 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:11:27,378 INFO program/MainThread: stdout: 2024-03-01 21:11:27,378 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:11:27,378 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:27,378 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:27,378 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:27,378 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:11:27,379 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:27,379 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:27,379 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:11:27,379 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:27,379 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:27,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,379 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:11:27,392 INFO program/MainThread: stdout: 2024-03-01 21:11:27,392 INFO program/MainThread: writing all SBs 2024-03-01 21:11:27,392 INFO program/MainThread: new label = "" 2024-03-01 21:11:27,392 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,406 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:27,410 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:27,411 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:11:27,420 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,420 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,433 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,433 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:27,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:11:27,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:11:27,444 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,444 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/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:27,470 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY 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 21:11:27,470 INFO program/MainThread: stderr[24]: 2024-03-01 21:11:27,470 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:11:27,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:11:27,475 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:27,556 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:11:27,557 INFO program/MainThread: stderr[25]: 2024-03-01 21:11:27,557 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:11:27,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:27,574 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:27,574 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,603 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,608 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 21:11:27,608 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:27,609 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:11:27,618 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,633 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,633 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:11:27,637 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,641 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:11:27,644 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:11:27,644 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:11:27,662 INFO program/MainThread: stdout: 2024-03-01 21:11:27,662 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:11:27,662 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:27,662 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:27,662 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:27,663 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:11:27,663 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:27,663 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:27,663 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:11:27,663 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:27,663 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:27,663 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,663 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:11:27,676 INFO program/MainThread: stdout: 2024-03-01 21:11:27,676 INFO program/MainThread: writing all SBs 2024-03-01 21:11:27,676 INFO program/MainThread: new label = "" 2024-03-01 21:11:27,676 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,690 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:27,694 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:27,695 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:11:27,704 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,720 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,720 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:11:27,725 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,728 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,731 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,731 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:11:27,731 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:27,762 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:11:27,763 INFO program/MainThread: stderr[26]: 2024-03-01 21:11:27,763 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:11:27,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,782 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,786 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:27,786 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:27,787 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:11:27,796 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,796 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,821 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,821 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:11:27,825 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,828 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,831 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,831 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:11:27,832 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:27,864 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:11:27,864 INFO program/MainThread: stderr[27]: 2024-03-01 21:11:27,864 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:11:27,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,884 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,888 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:27,888 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:27,889 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:11:27,898 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,898 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,919 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,919 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:11:27,923 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:27,926 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,929 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:27,929 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:11:27,929 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:11:27,959 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:11:27,959 INFO program/MainThread: stderr[28]: 2024-03-01 21:11:27,959 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:11:27,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:27,981 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,985 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:27,985 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:27,986 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:11:27,995 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:27,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,019 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,019 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:11:28,023 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:11:28,026 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:11:28,029 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,032 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,035 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,038 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,041 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,045 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:11:28,048 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:28,089 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:11:28,089 INFO program/MainThread: stderr[29]: 2024-03-01 21:11:28,090 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:11:28,097 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:28,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:11:28,118 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,124 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,131 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,137 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,142 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,148 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,148 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,173 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:11:28,181 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:11:28,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,189 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,189 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:11:28,197 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,207 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,207 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:28,211 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:11:28,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:11:28,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:11:28,222 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:11:28,225 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,228 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,232 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,235 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,239 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,242 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:11:28,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,253 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:11:28,258 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/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:28,284 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:11:28,284 INFO program/MainThread: stderr[30]: 2024-03-01 21:11:28,284 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:11:28,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:11:28,289 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:28,374 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:11:28,374 INFO program/MainThread: stderr[31]: 2024-03-01 21:11:28,374 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:11:28,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:28,392 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:28,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,418 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,423 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 21:11:28,423 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:28,424 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:11:28,432 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,448 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,448 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:11:28,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,456 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:11:28,459 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:11:28,459 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:11:28,489 INFO program/MainThread: stdout: 2024-03-01 21:11:28,490 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:11:28,490 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:28,490 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:28,490 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:28,490 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:11:28,490 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:28,490 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:28,490 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:11:28,490 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:28,490 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:28,490 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,491 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:11:28,504 INFO program/MainThread: stdout: 2024-03-01 21:11:28,504 INFO program/MainThread: writing all SBs 2024-03-01 21:11:28,504 INFO program/MainThread: new label = "" 2024-03-01 21:11:28,504 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,519 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:28,523 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:28,524 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:11:28,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,533 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,549 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,549 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:28,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:11:28,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:11:28,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,560 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/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:28,588 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V 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 21:11:28,588 INFO program/MainThread: stderr[32]: 2024-03-01 21:11:28,588 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:11:28,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:11:28,593 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:28,669 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:11:28,670 INFO program/MainThread: stderr[33]: 2024-03-01 21:11:28,670 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:11:28,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:28,685 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:28,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,722 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,727 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 21:11:28,727 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:28,728 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:11:28,738 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,754 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,754 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:11:28,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:28,762 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:11:28,765 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:11:28,765 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:11:28,787 INFO program/MainThread: stdout: 2024-03-01 21:11:28,788 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:11:28,788 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:11:28,788 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:11:28,788 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:11:28,788 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:11:28,788 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:11:28,788 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:11:28,788 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:11:28,788 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:11:28,788 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:11:28,788 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,789 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:11:28,800 INFO program/MainThread: stdout: 2024-03-01 21:11:28,801 INFO program/MainThread: writing all SBs 2024-03-01 21:11:28,801 INFO program/MainThread: new label = "" 2024-03-01 21:11:28,801 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,817 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,821 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:28,822 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:28,823 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:11:28,832 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:28,847 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:28,853 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:11:28,853 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 0x7fd218b0e0f8> 2024-03-01 21:11:28,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:11:28,860 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:11:28,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,866 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 21:11:28,867 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:11:28,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:11:28,873 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:11:28,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:11:28,880 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:11:28,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,886 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 21:11:28,886 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:11:28,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:11:28,892 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:11:28,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:11:28,898 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:11:28,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:11:28,904 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:11:28,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:11:28,911 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:11:28,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,917 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 21:11:28,917 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:11:28,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:11:28,923 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:11:28,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:11:28,929 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:11:28,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,935 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 21:11:28,935 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:11:28,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:11:28,941 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:11:28,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:11:28,947 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:11:28,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:28,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:11:28,953 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:11:55,374 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ieabctw6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:11:55,409 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:55,409 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:11:55,412 INFO program/MainThread: stdout[2]: 2024-03-01 21:11:55,412 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:11:55,412 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:11:55,412 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:11:55,417 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:55,417 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:11:55,421 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:55,421 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:11:55,424 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:55,424 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:11:55,427 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:11:55,427 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:11:55,438 INFO program/MainThread: stdout: 2024-03-01 21:11:55,438 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:11:55,438 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 2024-03-01 21:11:55,438 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 2024-03-01 21:11:55,438 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV 2024-03-01 21:11:55,438 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 2024-03-01 21:11:55,438 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 2024-03-01 21:11:55,438 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL 2024-03-01 21:11:55,438 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W 2024-03-01 21:11:55,438 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7b5a8304-87ae-4385-a11c-309b175ff6ca 2024-03-01 21:11:55,438 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9d5dd6a2-ceb8-4a98-937c-739127a3cb1c 2024-03-01 21:11:55,438 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo 2024-03-01 21:11:55,439 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m 2024-03-01 21:11:55,439 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd 2024-03-01 21:11:55,439 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac 2024-03-01 21:11:55,439 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4a6afad3-89fe-41e5-9a13-376df359c38c 2024-03-01 21:11:55,439 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e 2024-03-01 21:11:55,439 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn 2024-03-01 21:11:55,439 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e 2024-03-01 21:11:55,439 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz 2024-03-01 21:11:55,439 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 2024-03-01 21:11:55,439 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek 2024-03-01 21:11:55,439 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 2024-03-01 21:11:55,439 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:11:55,439 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:11:55,439 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:11:55,439 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:55,439 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:55,439 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 sdb 1073741824 root disk brw-rw---- LVM2_member 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 sdc 1073741824 root disk brw-rw---- LVM2_member U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL sdd 1073741824 root disk brw-rw---- LVM2_member G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7b5a8304-87ae-4385-a11c-309b175ff6ca `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9d5dd6a2-ceb8-4a98-937c-739127a3cb1c sde 1073741824 root disk brw-rw---- LVM2_member xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo sdf 1073741824 root disk brw-rw---- LVM2_member c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m sdg 1073741824 root disk brw-rw---- LVM2_member 8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4a6afad3-89fe-41e5-9a13-376df359c38c `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e sdh 1073741824 root disk brw-rw---- LVM2_member 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e sdi 1073741824 root disk brw-rw---- LVM2_member L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 sdj 1073741824 root disk brw-rw---- LVM2_member sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:11:55,439 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:55,439 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:55,440 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:11:55,440 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:11:55,440 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:11:55,440 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:11:55,440 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:11:55,451 DEBUG program/MainThread: Return code: 0 2024-03-01 21:11:55,466 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 21:11:55,470 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/lvm-pv-uuid-JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93', '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': 'JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9', 'ID_FS_UUID_ENC': 'JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:11:55,470 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:11:55,471 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:55,499 INFO program/MainThread: stdout[3]: 2024-03-01 21:11:55,499 INFO program/MainThread: stderr[3]: 2024-03-01 21:11:55,499 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:11:55,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:55,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:55,512 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:11:55,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:11:55,517 INFO blivet/MainThread: sda is a disk 2024-03-01 21:11:55,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:11:55,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:11:55,521 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:11:55,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:11:55,525 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:11:55,528 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:11:55,528 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:11:55,529 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:11:55,529 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac373dc18) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:11:55,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:11:55,536 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:55,536 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:11:55,539 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:55,540 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:11:55,543 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:55,543 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:11:55,546 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:55,546 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:11:55,550 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:11:55,550 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:11:55,550 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:55,576 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:11:55,576 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV. WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (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 21:11:55,576 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:11:55,576 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:11:55,581 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; pe_start: 8 MiB ; 2024-03-01 21:11:55,581 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:11:55,584 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:11:55,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:11:55,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:55,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:55,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:55,597 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:55,624 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:11:55,624 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV. WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (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 21:11:55,624 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:11:55,624 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:55,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:11:55,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:11:55,635 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:55,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:11:55,638 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:11:55,639 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:55,669 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim 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 21:11:55,669 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV. WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (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 21:11:55,669 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:11:55,673 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:11:55,674 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:11:55,677 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:11:55,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:11:55,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:11:55,683 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:11:55,684 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:55,687 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/lvm-pv-uuid-1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', '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': '1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV', 'ID_FS_UUID_ENC': '1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:11:55,687 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:11:55,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:11:55,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:55,697 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:11:55,698 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:11:55,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:11:55,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:11:55,701 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:11:55,704 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:11:55,705 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:11:55,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:11:55,708 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:11:55,709 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:11:55,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25ab2e8) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:11:55,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:11:55,716 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:55,716 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:11:55,719 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:55,719 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:11:55,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:55,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:11:55,726 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:55,726 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:11:55,729 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:11:55,729 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:11:55,729 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:55,756 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:11:55,756 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (last written to /dev/sdc). 2024-03-01 21:11:55,756 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:11:55,756 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:11:55,760 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:11:55,761 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:11:55,764 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:11:55,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:11:55,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:11:55,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:11:55,777 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:55,780 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:11:55,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:11:55,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:55,786 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:55,814 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:55,814 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (last written to /dev/sdc). 2024-03-01 21:11:55,814 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:11:55,814 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:11:55,814 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:55,819 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:11:55,819 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:11:55,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:11:55,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:55,829 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:11:55,830 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:11:55,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:11:55,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:11:55,833 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:11:55,836 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:11:55,837 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:11:55,840 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:11:55,840 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:11:55,841 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:11:55,841 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25ab8d0) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:11:55,844 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:11:55,844 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:11:55,848 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:11:55,848 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:11:55,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:11:55,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:55,858 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:11:55,858 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:11:55,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:11:55,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:11:55,862 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:11:55,865 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:11:55,865 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:11:55,868 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:11:55,869 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:11:55,869 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:11:55,869 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25b8cc0) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:11:55,872 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:11:55,873 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:11:55,876 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/lvm-pv-uuid-U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', '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': 'U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL', 'ID_FS_UUID_ENC': 'U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:11:55,876 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:11:55,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:11:55,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:55,886 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:11:55,886 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:11:55,886 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:11:55,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:11:55,890 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:11:55,893 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:11:55,893 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:11:55,896 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:11:55,896 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:11:55,897 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:11:55,897 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25c02b0) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:11:55,900 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:11:55,904 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:55,904 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:11:55,907 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:55,907 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:11:55,911 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:55,911 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:11:55,914 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:55,914 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:11:55,917 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:11:55,917 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:11:55,917 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 21:11:55,945 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:11:55,945 INFO program/MainThread: stderr[9]: 2024-03-01 21:11:55,945 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:11:55,945 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:11:55,949 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:55,950 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:11:55,953 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:11:55,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:11:55,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:55,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:11:55,966 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:11:55,969 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:11:55,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:11:55,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:11:55,975 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 21:11:56,006 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:11:56,006 INFO program/MainThread: stderr[10]: 2024-03-01 21:11:56,006 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:11:56,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:56,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:11:56,024 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:56,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:11:56,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:11:56,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:56,031 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:56,035 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 21:11:56,035 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:56,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:11:56,040 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:11:56,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:11:56,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:11:56,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:11:56,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:56,050 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:56,054 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 21:11:56,054 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:56,055 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:11:56,055 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:11:56,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:11:56,058 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:11:56,061 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 21:11:56,062 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:11:56,065 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga', '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-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'ID_FS_UUID_ENC': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928760673'} ; 2024-03-01 21:11:56,066 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:11:56,066 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:56,069 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:11:56,070 INFO program/MainThread: stderr[11]: 2024-03-01 21:11:56,070 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:11:56,070 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:56,073 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:11:56,073 INFO program/MainThread: stderr[12]: 2024-03-01 21:11:56,073 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:11:56,073 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:56,076 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:11:56,076 INFO program/MainThread: stderr[13]: 2024-03-01 21:11:56,076 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:11:56,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:11:56,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:56,087 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:11:56,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:56,088 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:11:56,084 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac25c0f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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 (0x7f5ac263da58) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:11:56,089 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:11:56,092 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:11:56,092 INFO program/MainThread: stderr[14]: 2024-03-01 21:11:56,092 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:11:56,096 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:11:56,100 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,100 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:11:56,103 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,104 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:11:56,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:11:56,111 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,111 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:11:56,112 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:11:56,113 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:11:56,116 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:56,116 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:11:56,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:11:56,120 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:56,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:56,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:11:56,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:56,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:11:56,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:11:56,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:56,144 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:56,147 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 21:11:56,148 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:56,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:11:56,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:11:56,155 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:11:56,155 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:11:56,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:11:56,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:56,162 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:56,166 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 21:11:56,166 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:56,166 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:11:56,167 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:11:56,170 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:11:56,170 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:11:56,173 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 21:11:56,174 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:11:56,177 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim ' '/dev/disk/by-uuid/5281d843-f0f8-4ae7-a665-f448cfd9b663', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'ID_FS_UUID_ENC': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928455330'} ; 2024-03-01 21:11:56,177 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:11:56,177 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:56,181 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:11:56,181 INFO program/MainThread: stderr[15]: 2024-03-01 21:11:56,181 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:11:56,181 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:56,184 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:11:56,184 INFO program/MainThread: stderr[16]: 2024-03-01 21:11:56,184 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:11:56,184 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:56,187 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:11:56,187 INFO program/MainThread: stderr[17]: 2024-03-01 21:11:56,187 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:11:56,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:11:56,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:56,199 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:56,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:11:56,200 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:11:56,195 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac39cd518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim 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 (0x7f5ac263da58) -- name = test_vg1 status = True 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:11:56,200 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:11:56,203 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:11:56,204 INFO program/MainThread: stderr[18]: 2024-03-01 21:11:56,204 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:11:56,208 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:11:56,211 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,211 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:11:56,215 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,215 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:11:56,219 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,219 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:11:56,223 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,223 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:11:56,223 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:11:56,226 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:56,226 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:11:56,230 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:11:56,230 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:56,230 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:56,234 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/lvm-pv-uuid-G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412', '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': 'G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W', 'ID_FS_UUID_ENC': 'G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:11:56,234 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:11:56,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,244 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:11:56,245 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:11:56,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:11:56,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:11:56,248 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:11:56,251 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:11:56,251 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:11:56,254 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:11:56,255 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:11:56,255 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:11:56,255 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25db0f0) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:11:56,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:11:56,262 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,262 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:11:56,266 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,266 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:11:56,269 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,269 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:11:56,272 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,273 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:11:56,275 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:11:56,276 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:11:56,276 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 21:11:56,303 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:11:56,303 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo. WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo (last written to /dev/sde). WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:11:56,303 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:11:56,303 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:11:56,307 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:11:56,307 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:11:56,311 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:11:56,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:56,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,323 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 21:11:56,351 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 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=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:11:56,351 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo. WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo (last written to /dev/sde). WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:11:56,351 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:11:56,352 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:56,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:11:56,357 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:11:56,361 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:56,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:11:56,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:11:56,365 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 21:11:56,393 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 21:11:56,393 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo. WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo (last written to /dev/sde). WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:11:56,393 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:11:56,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:11:56,399 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:11:56,402 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:11:56,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:11:56,408 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:11:56,408 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:56,412 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/lvm-pv-uuid-xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce', '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': 'xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo', 'ID_FS_UUID_ENC': 'xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:11:56,412 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:11:56,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,423 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:11:56,423 INFO blivet/MainThread: sde is a disk 2024-03-01 21:11:56,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:11:56,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:11:56,426 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:11:56,430 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:11:56,430 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:11:56,433 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:11:56,434 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:11:56,434 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:11:56,434 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25da748) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:11:56,438 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:11:56,441 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,441 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:11:56,444 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,444 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:11:56,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:11:56,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:11:56,454 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:11:56,454 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:11:56,454 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:56,480 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:11:56,481 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:11:56,481 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:11:56,481 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:11:56,485 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:56,485 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:11:56,488 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:11:56,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:11:56,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:11:56,502 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:56,505 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:11:56,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:56,511 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:56,539 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 21:11:56,539 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:11:56,539 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:11:56,539 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:11:56,539 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:56,544 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/lvm-pv-uuid-c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m', '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': 'c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m', 'ID_FS_UUID_ENC': 'c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:11:56,544 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:11:56,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,555 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:11:56,555 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:11:56,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:11:56,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:11:56,559 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:11:56,562 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:11:56,562 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:11:56,565 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:11:56,566 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:11:56,566 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:11:56,566 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25da5f8) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:11:56,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:11:56,573 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,573 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:11:56,577 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,577 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:11:56,580 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,580 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:11:56,583 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,584 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:11:56,586 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:11:56,587 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:11:56,587 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/sdf$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:56,613 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:11:56,613 INFO program/MainThread: stderr[24]: 2024-03-01 21:11:56,613 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:11:56,613 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:11:56,617 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:11:56,618 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:11:56,621 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:11:56,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:56,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:11:56,634 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:11:56,637 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:11:56,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:11:56,643 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/sdf$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:56,671 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 21:11:56,671 INFO program/MainThread: stderr[25]: 2024-03-01 21:11:56,671 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:11:56,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:56,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:11:56,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:11:56,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:11:56,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:11:56,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:56,697 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:56,700 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 21:11:56,701 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:56,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:11:56,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:11:56,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:11:56,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:11:56,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:11:56,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:56,715 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:56,719 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 21:11:56,719 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:56,719 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:11:56,719 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:11:56,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:11:56,723 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:11:56,726 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 21:11:56,726 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:11:56,730 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/9d5dd6a2-ceb8-4a98-937c-739127a3cb1c ' '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'ID_FS_UUID_ENC': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927641860'} ; 2024-03-01 21:11:56,730 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:11:56,731 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:56,734 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:11:56,735 INFO program/MainThread: stderr[26]: 2024-03-01 21:11:56,735 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:11:56,735 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:56,738 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:11:56,738 INFO program/MainThread: stderr[27]: 2024-03-01 21:11:56,738 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:11:56,738 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:56,741 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:11:56,741 INFO program/MainThread: stderr[28]: 2024-03-01 21:11:56,741 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:11:56,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:11:56,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:56,753 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:11:56,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:56,754 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:11:56,750 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac25e1f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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 (0x7f5ac25da470) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:11:56,754 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:11:56,757 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:11:56,757 INFO program/MainThread: stderr[29]: 2024-03-01 21:11:56,757 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:11:56,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:11:56,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:11:56,770 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,770 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:11:56,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:11:56,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:11:56,777 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:11:56,780 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:56,781 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:11:56,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:11:56,784 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:56,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:56,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:11:56,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:56,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:11:56,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:11:56,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:56,817 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:56,820 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 21:11:56,821 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:56,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:11:56,824 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:11:56,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:11:56,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:11:56,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:11:56,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:56,835 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:56,838 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 21:11:56,839 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:56,839 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:11:56,839 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:11:56,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:11:56,842 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:11:56,846 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 21:11:56,846 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:11:56,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7b5a8304-87ae-4385-a11c-309b175ff6ca ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'ID_FS_UUID_ENC': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927361642'} ; 2024-03-01 21:11:56,850 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:11:56,850 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:56,854 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:11:56,854 INFO program/MainThread: stderr[30]: 2024-03-01 21:11:56,854 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:11:56,854 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:56,857 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:11:56,857 INFO program/MainThread: stderr[31]: 2024-03-01 21:11:56,858 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:11:56,858 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:56,861 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:11:56,861 INFO program/MainThread: stderr[32]: 2024-03-01 21:11:56,861 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:11:56,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:11:56,871 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:56,872 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:56,873 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:11:56,873 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:11:56,869 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ad1658ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 (0x7f5ac25da470) -- name = test_vg2 status = 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:11:56,874 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:11:56,877 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:11:56,877 INFO program/MainThread: stderr[33]: 2024-03-01 21:11:56,877 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:11:56,881 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:11:56,885 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,885 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:11:56,889 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,889 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:11:56,892 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,892 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:11:56,896 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,896 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:11:56,897 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:11:56,900 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:56,900 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:11:56,903 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:11:56,903 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:56,904 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:56,907 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e', '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': '8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd', 'ID_FS_UUID_ENC': '8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:11:56,907 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:11:56,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,918 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:11:56,919 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:11:56,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:11:56,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:11:56,922 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:11:56,925 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:11:56,926 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:11:56,929 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:11:56,929 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:11:56,930 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:11:56,930 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25c0400) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:11:56,933 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:11:56,937 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:56,937 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:11:56,940 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:56,940 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:11:56,943 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,943 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:11:56,947 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:56,947 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:11:56,950 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:11:56,950 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:11:56,950 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/sdf$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:56,977 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:11:56,978 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn. WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:56,978 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:11:56,978 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:11:56,982 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:11:56,982 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:11:56,986 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:11:56,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:56,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:56,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:56,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:56,998 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/sdf$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,029 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 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=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 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=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:11:57,029 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn. WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:57,029 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:11:57,029 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:11:57,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:11:57,035 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:11:57,038 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:57,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:11:57,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:11:57,042 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/sdf$|","a|/dev/sdd$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,071 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:11:57,071 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn. WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:57,071 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:11:57,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:11:57,076 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:11:57,079 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:11:57,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,086 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:11:57,086 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:57,089 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/lvm-pv-uuid-81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn', 'ID_FS_UUID_ENC': '81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:11:57,089 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:11:57,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,101 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:11:57,101 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:11:57,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:11:57,101 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:11:57,105 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:11:57,108 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:11:57,108 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:11:57,111 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:11:57,112 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:11:57,112 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:11:57,112 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25abdd8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:11:57,116 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:11:57,119 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,119 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:11:57,123 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,123 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:11:57,126 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,126 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:11:57,129 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,129 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:11:57,132 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:11:57,132 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:11:57,133 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/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,160 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:11:57,161 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:57,161 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:11:57,161 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:11:57,165 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; 2024-03-01 21:11:57,165 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:11:57,169 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:11:57,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:11:57,182 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:57,185 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:11:57,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,191 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/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,220 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:11:57,220 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:57,220 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:11:57,220 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:11:57,221 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:57,225 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/lvm-pv-uuid-L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874', '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': 'L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz', 'ID_FS_UUID_ENC': 'L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:11:57,225 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:11:57,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,237 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:11:57,237 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:11:57,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:11:57,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:11:57,241 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:11:57,244 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:11:57,244 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:11:57,247 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:11:57,248 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:11:57,248 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:11:57,248 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25da8d0) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:11:57,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:11:57,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,255 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:11:57,259 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,259 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:11:57,262 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,262 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:11:57,266 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,266 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:11:57,269 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:11:57,269 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:11:57,269 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/sdf$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,297 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:11:57,297 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:57,297 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:11:57,297 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:11:57,301 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; 2024-03-01 21:11:57,302 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:11:57,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:11:57,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:11:57,318 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:57,321 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:11:57,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,328 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/sdf$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,358 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:11:57,358 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:11:57,358 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:11:57,359 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:11:57,359 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:57,363 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/lvm-pv-uuid-sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek', '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': 'sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek', 'ID_FS_UUID_ENC': 'sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:11:57,363 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:11:57,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,375 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:11:57,375 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:11:57,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:11:57,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:11:57,379 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:11:57,382 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:11:57,382 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:11:57,386 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:11:57,386 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:11:57,386 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:11:57,386 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac25ea5f8) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:11:57,390 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:11:57,393 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,393 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:11:57,397 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,397 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:11:57,400 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,400 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:11:57,404 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,404 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:11:57,407 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:11:57,407 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:11:57,407 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/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,436 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:11:57,436 INFO program/MainThread: stderr[41]: 2024-03-01 21:11:57,436 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:11:57,436 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:11:57,440 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:11:57,441 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:11:57,444 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:11:57,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,454 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:11:57,457 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:11:57,460 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:11:57,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:11:57,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:11:57,467 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/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:11:57,494 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:11:57,494 INFO program/MainThread: stderr[42]: 2024-03-01 21:11:57,494 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:11:57,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:57,509 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:11:57,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:11:57,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:11:57,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:11:57,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:57,520 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:57,523 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 21:11:57,524 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:57,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:11:57,528 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:11:57,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:11:57,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:11:57,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:11:57,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:57,539 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:57,542 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 21:11:57,543 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:57,543 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:11:57,543 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:11:57,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:11:57,547 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:11:57,550 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 21:11:57,550 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:11:57,554 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/cbf3c124-1c35-4855-87a3-d143fcc31c55 ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'ID_FS_UUID_ENC': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926546351'} ; 2024-03-01 21:11:57,554 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:11:57,554 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:57,558 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:11:57,558 INFO program/MainThread: stderr[43]: 2024-03-01 21:11:57,558 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:11:57,558 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:57,561 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:11:57,561 INFO program/MainThread: stderr[44]: 2024-03-01 21:11:57,562 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:11:57,562 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:57,565 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:11:57,565 INFO program/MainThread: stderr[45]: 2024-03-01 21:11:57,565 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:11:57,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:11:57,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,577 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:11:57,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,578 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:11:57,573 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac25ea240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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 (0x7f5ac25ab668) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:11:57,578 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:11:57,581 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:11:57,581 INFO program/MainThread: stderr[46]: 2024-03-01 21:11:57,582 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:11:57,586 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:11:57,589 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,589 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:11:57,593 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,593 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:11:57,597 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,597 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:11:57,600 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,601 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:11:57,601 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:11:57,604 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:57,604 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:11:57,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:11:57,608 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:57,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:57,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:11:57,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:11:57,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:11:57,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:11:57,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:57,632 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:57,635 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 21:11:57,636 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:57,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:11:57,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:11:57,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:11:57,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:11:57,647 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:11:57,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:57,650 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:57,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:11:57,654 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:57,654 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:11:57,654 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:11:57,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:11:57,658 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:11:57,661 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 21:11:57,662 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:11:57,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/5a2e290b-f6aa-415f-9c11-6494a223212e', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'ID_FS_UUID_ENC': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926242780'} ; 2024-03-01 21:11:57,665 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:11:57,666 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:57,669 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:11:57,669 INFO program/MainThread: stderr[47]: 2024-03-01 21:11:57,669 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:11:57,669 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:57,672 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:11:57,672 INFO program/MainThread: stderr[48]: 2024-03-01 21:11:57,672 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:11:57,673 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:57,675 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:11:57,676 INFO program/MainThread: stderr[49]: 2024-03-01 21:11:57,676 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:11:57,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:11:57,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,688 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:11:57,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,689 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:11:57,684 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac368bdd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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 (0x7f5ac25ab668) -- name = test_vg3 status = True 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:11:57,690 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:11:57,693 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:11:57,693 INFO program/MainThread: stderr[50]: 2024-03-01 21:11:57,693 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:11:57,697 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:11:57,701 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,701 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:11:57,704 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,704 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:11:57,708 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,708 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:11:57,712 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,712 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:11:57,712 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:11:57,715 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:57,716 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:11:57,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:11:57,719 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:57,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:57,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:11:57,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:57,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:11:57,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:11:57,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:57,744 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:57,747 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 21:11:57,748 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:57,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:11:57,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:11:57,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:11:57,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:11:57,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:11:57,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:57,762 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:57,766 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 21:11:57,766 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:57,766 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:11:57,767 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:11:57,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:11:57,770 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:11:57,773 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 21:11:57,774 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:11:57,777 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/4a6afad3-89fe-41e5-9a13-376df359c38c ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R ' '/dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'ID_FS_UUID_ENC': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925940087'} ; 2024-03-01 21:11:57,777 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:11:57,778 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:57,781 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:11:57,781 INFO program/MainThread: stderr[51]: 2024-03-01 21:11:57,781 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:11:57,781 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:57,784 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:11:57,785 INFO program/MainThread: stderr[52]: 2024-03-01 21:11:57,785 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:11:57,785 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:57,788 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:11:57,788 INFO program/MainThread: stderr[53]: 2024-03-01 21:11:57,788 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:11:57,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:11:57,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,801 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:11:57,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,802 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:11:57,797 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac3743710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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 (0x7f5ac25ab668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:11:57,803 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:11:57,806 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:11:57,806 INFO program/MainThread: stderr[54]: 2024-03-01 21:11:57,806 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:11:57,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:11:57,814 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,814 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:11:57,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,818 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:11:57,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:11:57,825 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,825 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:11:57,825 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:11:57,829 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:57,829 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:11:57,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:11:57,832 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:57,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:11:57,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:11:57,849 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:11:57,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:11:57,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:11:57,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:57,856 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:57,860 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 21:11:57,860 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:57,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:11:57,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:11:57,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:11:57,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:11:57,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:11:57,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:57,875 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:57,878 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 21:11:57,879 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:57,879 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:11:57,879 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:11:57,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:11:57,883 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:11:57,886 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 21:11:57,886 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:11:57,890 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'ID_FS_UUID_ENC': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925637389'} ; 2024-03-01 21:11:57,890 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:11:57,890 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:57,894 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:11:57,894 INFO program/MainThread: stderr[55]: 2024-03-01 21:11:57,894 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:11:57,894 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:57,897 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:11:57,897 INFO program/MainThread: stderr[56]: 2024-03-01 21:11:57,897 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:11:57,897 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:57,900 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:11:57,900 INFO program/MainThread: stderr[57]: 2024-03-01 21:11:57,900 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:11:57,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:11:57,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,913 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:57,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:11:57,915 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:11:57,909 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac2574780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 (0x7f5ac25ab668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:11:57,916 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:11:57,919 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:11:57,919 INFO program/MainThread: stderr[58]: 2024-03-01 21:11:57,919 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:11:57,923 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:11:57,927 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,927 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:11:57,931 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,931 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:11:57,934 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,935 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:11:57,938 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,938 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:11:57,938 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:11:57,942 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:11:57,942 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:11:57,945 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:11:57,946 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:11:57,946 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:11:57,949 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': '18182951'} ; 2024-03-01 21:11:57,949 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:11:57,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:11:57,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:11:57,961 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:11:57,961 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:11:57,961 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:11:57,961 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:11:57,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:11:57,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:11:57,964 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:11:57,968 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:11:57,968 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:11:57,971 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:11:57,971 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:11:57,972 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:11:57,972 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ac2580048) -- 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 21:11:57,975 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:11:57,979 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:11:57,979 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:11:57,982 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:11:57,982 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:11:57,986 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,986 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:11:57,989 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:11:57,989 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:11:57,992 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:11:57,995 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:11:57,998 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:11:58,002 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 0x7f5ac25af108> 2024-03-01 21:12:01,072 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:12:01,077 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:01,077 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:01,080 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': '18185273'} ; 2024-03-01 21:12:01,081 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:01,081 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:01,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,092 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:01,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:01,111 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:01,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:12:01,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:12:01,137 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:01,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:12:01,140 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:01,144 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:01,144 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:01,147 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:01,147 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:01,148 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:01,151 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:01,154 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:01,157 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:01,160 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:01,163 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:01,164 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:01,164 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:12:01,165 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:01,164 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5ac2592ef0) -- 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 0x7f5ac25989e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:01,169 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:01,172 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:01,172 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:12:01,176 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:01,176 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:12:01,179 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:01,179 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:12:01,183 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:01,183 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:12:01,183 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:01,186 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:01,186 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:12:01,189 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:01,189 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:01,192 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'ID_FS_UUID_ENC': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925637389'} ; 2024-03-01 21:12:01,192 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:01,193 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:01,197 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:12:01,197 INFO program/MainThread: stderr[59]: 2024-03-01 21:12:01,197 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:12:01,197 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:01,200 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:12:01,200 INFO program/MainThread: stderr[60]: 2024-03-01 21:12:01,200 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:12:01,200 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:01,203 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:12:01,204 INFO program/MainThread: stderr[61]: 2024-03-01 21:12:01,204 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:12:01,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:12:01,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,216 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,218 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,212 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac2574780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac25ab668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:12:01,219 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:01,222 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:12:01,222 INFO program/MainThread: stderr[62]: 2024-03-01 21:12:01,222 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:12:01,226 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:12:01,226 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:12:01,230 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R ' '/dev/disk/by-uuid/4a6afad3-89fe-41e5-9a13-376df359c38c ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'ID_FS_UUID_ENC': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925940087'} ; 2024-03-01 21:12:01,230 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:12:01,230 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:01,233 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:12:01,233 INFO program/MainThread: stderr[63]: 2024-03-01 21:12:01,234 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:12:01,234 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:01,237 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:12:01,237 INFO program/MainThread: stderr[64]: 2024-03-01 21:12:01,237 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:12:01,237 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:01,240 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:12:01,240 INFO program/MainThread: stderr[65]: 2024-03-01 21:12:01,240 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:12:01,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:12:01,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,253 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,255 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,249 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac3743710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac25ab668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:12:01,255 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:01,259 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:12:01,259 INFO program/MainThread: stderr[66]: 2024-03-01 21:12:01,259 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:12:01,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:12:01,263 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:12:01,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/5a2e290b-f6aa-415f-9c11-6494a223212e ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'ID_FS_UUID_ENC': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926242780'} ; 2024-03-01 21:12:01,267 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:12:01,267 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:01,270 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:12:01,270 INFO program/MainThread: stderr[67]: 2024-03-01 21:12:01,270 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:12:01,270 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:01,273 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:12:01,274 INFO program/MainThread: stderr[68]: 2024-03-01 21:12:01,274 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:12:01,274 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:01,277 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:12:01,277 INFO program/MainThread: stderr[69]: 2024-03-01 21:12:01,277 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:12:01,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,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 21:12:01,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,290 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,291 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,286 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac368bdd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac25ab668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:12:01,292 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:01,296 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:12:01,296 INFO program/MainThread: stderr[70]: 2024-03-01 21:12:01,296 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:12:01,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:12:01,300 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:12:01,303 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/cbf3c124-1c35-4855-87a3-d143fcc31c55 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'ID_FS_UUID_ENC': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926546351'} ; 2024-03-01 21:12:01,303 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:12:01,304 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:01,307 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:12:01,307 INFO program/MainThread: stderr[71]: 2024-03-01 21:12:01,307 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:12:01,307 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:01,310 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:12:01,311 INFO program/MainThread: stderr[72]: 2024-03-01 21:12:01,311 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:12:01,311 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:01,314 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:12:01,314 INFO program/MainThread: stderr[73]: 2024-03-01 21:12:01,314 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:12:01,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,323 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 21:12:01,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,327 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:01,329 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:01,323 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac25ea240) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac25ab668) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:01,330 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:01,334 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:12:01,334 INFO program/MainThread: stderr[74]: 2024-03-01 21:12:01,334 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:12:01,338 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:12:01,338 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:12:01,341 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/7b5a8304-87ae-4385-a11c-309b175ff6ca ' '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'ID_FS_UUID_ENC': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927361642'} ; 2024-03-01 21:12:01,341 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:12:01,342 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:01,346 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:12:01,346 INFO program/MainThread: stderr[75]: 2024-03-01 21:12:01,346 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:12:01,346 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:01,349 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:12:01,349 INFO program/MainThread: stderr[76]: 2024-03-01 21:12:01,349 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:12:01,349 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:01,352 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:12:01,353 INFO program/MainThread: stderr[77]: 2024-03-01 21:12:01,353 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:12:01,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:12:01,364 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:01,365 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:01,365 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:01,366 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:01,361 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ad1658ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac25da470) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:12:01,366 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:01,370 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:12:01,371 INFO program/MainThread: stderr[78]: 2024-03-01 21:12:01,371 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:12:01,375 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:12:01,375 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:12:01,378 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/9d5dd6a2-ceb8-4a98-937c-739127a3cb1c ' '/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-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'ID_FS_UUID_ENC': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927641860'} ; 2024-03-01 21:12:01,378 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:12:01,379 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:01,383 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:12:01,383 INFO program/MainThread: stderr[79]: 2024-03-01 21:12:01,383 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:12:01,383 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:01,386 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:12:01,386 INFO program/MainThread: stderr[80]: 2024-03-01 21:12:01,386 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:12:01,386 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:01,389 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:12:01,390 INFO program/MainThread: stderr[81]: 2024-03-01 21:12:01,390 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:12:01,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:12:01,401 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:01,402 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:01,402 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:01,403 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:01,398 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac25e1f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac25da470) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:01,403 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:01,407 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:12:01,408 INFO program/MainThread: stderr[82]: 2024-03-01 21:12:01,408 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:12:01,412 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:12:01,412 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:12:01,415 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/5281d843-f0f8-4ae7-a665-f448cfd9b663 ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'ID_FS_UUID_ENC': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928455330'} ; 2024-03-01 21:12:01,415 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:12:01,415 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:01,418 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:12:01,418 INFO program/MainThread: stderr[83]: 2024-03-01 21:12:01,418 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:12:01,419 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:01,422 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:12:01,422 INFO program/MainThread: stderr[84]: 2024-03-01 21:12:01,422 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:12:01,422 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:01,425 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:12:01,425 INFO program/MainThread: stderr[85]: 2024-03-01 21:12:01,425 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:12:01,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,433 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 21:12:01,436 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:01,436 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:01,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:01,438 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:01,433 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac39cd518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac263da58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:12:01,438 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:01,441 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:12:01,441 INFO program/MainThread: stderr[86]: 2024-03-01 21:12:01,441 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:12:01,445 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:12:01,445 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:12:01,449 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'ID_FS_UUID_ENC': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928760673'} ; 2024-03-01 21:12:01,449 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:12:01,449 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:01,452 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:12:01,452 INFO program/MainThread: stderr[87]: 2024-03-01 21:12:01,452 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:12:01,452 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:01,455 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:12:01,455 INFO program/MainThread: stderr[88]: 2024-03-01 21:12:01,455 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:12:01,456 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:01,459 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:12:01,459 INFO program/MainThread: stderr[89]: 2024-03-01 21:12:01,459 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:12:01,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:12:01,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:01,470 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:01,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:01,471 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:01,467 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5ac25c0f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5ac263da58) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:01,472 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:01,475 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:12:01,475 INFO program/MainThread: stderr[90]: 2024-03-01 21:12:01,475 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:12:01,479 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:01,479 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:12:01,479 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:01,490 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:01,506 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:01,506 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:01,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:01,520 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:01,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:01,533 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:01,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:01,545 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:01,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:01,558 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:01,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:01,570 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:01,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:01,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:01,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:01,582 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:06,170 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ip4exu04/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:06,205 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:06,206 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:06,208 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:06,209 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:12:06,209 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:06,209 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:06,213 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:06,213 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:06,217 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:06,217 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:06,220 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:06,220 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:06,223 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:06,223 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:06,234 INFO program/MainThread: stdout: 2024-03-01 21:12:06,234 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:06,234 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 2024-03-01 21:12:06,234 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 2024-03-01 21:12:06,234 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV 2024-03-01 21:12:06,234 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 2024-03-01 21:12:06,234 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 2024-03-01 21:12:06,234 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL 2024-03-01 21:12:06,234 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W 2024-03-01 21:12:06,234 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7b5a8304-87ae-4385-a11c-309b175ff6ca 2024-03-01 21:12:06,234 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9d5dd6a2-ceb8-4a98-937c-739127a3cb1c 2024-03-01 21:12:06,234 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo 2024-03-01 21:12:06,235 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m 2024-03-01 21:12:06,235 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd 2024-03-01 21:12:06,235 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac 2024-03-01 21:12:06,235 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4a6afad3-89fe-41e5-9a13-376df359c38c 2024-03-01 21:12:06,235 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e 2024-03-01 21:12:06,235 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn 2024-03-01 21:12:06,235 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e 2024-03-01 21:12:06,235 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz 2024-03-01 21:12:06,235 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 2024-03-01 21:12:06,235 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek 2024-03-01 21:12:06,235 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 2024-03-01 21:12:06,235 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:06,235 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:06,235 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:06,235 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:06,235 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:06,235 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 sdb 1073741824 root disk brw-rw---- LVM2_member 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5281d843-f0f8-4ae7-a665-f448cfd9b663 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 sdc 1073741824 root disk brw-rw---- LVM2_member U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL sdd 1073741824 root disk brw-rw---- LVM2_member G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7b5a8304-87ae-4385-a11c-309b175ff6ca `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9d5dd6a2-ceb8-4a98-937c-739127a3cb1c sde 1073741824 root disk brw-rw---- LVM2_member xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo sdf 1073741824 root disk brw-rw---- LVM2_member c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m sdg 1073741824 root disk brw-rw---- LVM2_member 8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 4a6afad3-89fe-41e5-9a13-376df359c38c `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e sdh 1073741824 root disk brw-rw---- LVM2_member 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5a2e290b-f6aa-415f-9c11-6494a223212e sdi 1073741824 root disk brw-rw---- LVM2_member L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 sdj 1073741824 root disk brw-rw---- LVM2_member sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs cbf3c124-1c35-4855-87a3-d143fcc31c55 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:06,235 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:06,235 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:06,236 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:06,236 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:06,236 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:06,236 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:06,236 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:06,246 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:06,260 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 21:12:06,265 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/lvm-pv-uuid-JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9', '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': 'JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9', 'ID_FS_UUID_ENC': 'JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:12:06,265 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:06,265 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:06,295 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:06,295 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:06,295 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:06,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,307 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:06,312 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:06,312 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:06,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:06,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:06,316 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:06,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:06,320 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:06,323 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:06,323 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:06,324 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:06,324 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5315f45cc0) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:12:06,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:06,331 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:06,332 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:12:06,335 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:06,335 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:12:06,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,339 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:12:06,342 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,342 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:12:06,345 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:12:06,346 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:12:06,346 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:06,377 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:12:06,377 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV. WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (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 21:12:06,377 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:12:06,378 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:12:06,382 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; pe_start: 8 MiB ; 2024-03-01 21:12:06,383 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:12:06,386 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:12:06,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:12:06,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:06,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,399 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:06,429 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:12:06,429 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV. WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (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 21:12:06,429 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:12:06,429 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:12:06,430 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:12:06,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:12:06,440 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:06,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:06,444 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:12:06,444 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:06,475 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim 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 21:12:06,475 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV. WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (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 21:12:06,475 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:12:06,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:12:06,481 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:12:06,484 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:12:06,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:12:06,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:12:06,490 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:12:06,490 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:06,494 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52', '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': '1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV', 'ID_FS_UUID_ENC': '1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:12:06,494 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:06,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,504 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:06,505 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:06,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:12:06,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:06,508 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:06,512 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:06,512 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:06,515 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:06,515 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:06,516 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:12:06,516 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314db3358) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:12:06,519 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:06,523 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:06,523 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:12:06,526 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:06,526 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:12:06,530 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,530 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:12:06,533 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,533 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:12:06,536 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:12:06,536 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:12:06,536 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:06,565 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:12:06,565 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (last written to /dev/sdc). 2024-03-01 21:12:06,565 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:12:06,565 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:12:06,569 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:12:06,569 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:12:06,573 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:12:06,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:12:06,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:12:06,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:12:06,586 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:06,589 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:12:06,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:12:06,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:06,595 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:06,625 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:06,625 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL. WARNING: VG test_vg1 is missing PV U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL (last written to /dev/sdc). 2024-03-01 21:12:06,625 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:12:06,625 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:12:06,625 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:06,630 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:12:06,630 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:06,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,640 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:06,641 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:06,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:12:06,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:06,644 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:06,648 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:06,648 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:06,651 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:06,651 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:06,652 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:12:06,652 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314db3518) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:12:06,655 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:06,656 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:06,659 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:12:06,659 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:06,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,669 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:06,669 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:06,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:12:06,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:06,673 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:06,676 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:06,676 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:06,680 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:06,680 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:06,680 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:12:06,680 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314dc0d30) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:12:06,684 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:06,684 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:06,687 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/lvm-pv-uuid-U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9', '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': 'U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL', 'ID_FS_UUID_ENC': 'U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:12:06,687 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:12:06,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,697 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:06,698 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:06,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:12:06,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:06,701 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:06,704 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:06,705 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:06,708 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:06,708 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:06,709 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:12:06,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314dca320) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:12:06,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:06,716 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:06,716 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:12:06,719 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:06,719 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:12:06,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:12:06,726 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,726 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:12:06,729 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:12:06,729 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:12:06,729 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 21:12:06,760 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=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 21:12:06,760 INFO program/MainThread: stderr[9]: 2024-03-01 21:12:06,760 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:12:06,761 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:12:06,765 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:12:06,765 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:12:06,768 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:12:06,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:12:06,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:06,778 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:12:06,781 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:06,784 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:12:06,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V ; incomplete: True ; hidden: False ; 2024-03-01 21:12:06,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:06,791 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 21:12:06,818 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:12:06,818 INFO program/MainThread: stderr[10]: 2024-03-01 21:12:06,818 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:12:06,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:06,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:12:06,836 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:06,836 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:12:06,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:12:06,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:06,844 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:12:06,847 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 21:12:06,848 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:12:06,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:06,853 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:12:06,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:06,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:12:06,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:12:06,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:06,863 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:12:06,867 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 21:12:06,867 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:12:06,867 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:12:06,867 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:12:06,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:06,871 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:12:06,874 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 21:12:06,875 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:12:06,878 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga ' '/dev/disk/by-uuid/1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'ID_FS_UUID_ENC': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928760673'} ; 2024-03-01 21:12:06,878 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:12:06,879 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:06,882 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:12:06,883 INFO program/MainThread: stderr[11]: 2024-03-01 21:12:06,883 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:12:06,883 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:06,886 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:12:06,886 INFO program/MainThread: stderr[12]: 2024-03-01 21:12:06,886 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:12:06,886 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:06,889 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:12:06,889 INFO program/MainThread: stderr[13]: 2024-03-01 21:12:06,889 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:12:06,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:12:06,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:06,900 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:12:06,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:06,901 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:12:06,897 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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 (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:12:06,902 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:06,905 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:12:06,905 INFO program/MainThread: stderr[14]: 2024-03-01 21:12:06,905 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:12:06,909 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:06,913 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:06,913 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:12:06,917 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:06,917 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:12:06,920 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,920 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:12:06,924 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:06,924 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:12:06,926 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:06,926 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:12:06,930 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:06,930 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:12:06,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:06,933 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:06,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:06,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim ; incomplete: False ; hidden: False ; 2024-03-01 21:12:06,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:06,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:12:06,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:12:06,950 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:12:06,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:12:06,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:12:06,958 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:12:06,961 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 21:12:06,961 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:06,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:12:06,965 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:12:06,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:12:06,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:12:06,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:12:06,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:12:06,976 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:12:06,979 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 21:12:06,980 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:06,980 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:12:06,980 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:12:06,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:12:06,984 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:12:06,987 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 21:12:06,987 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:06,991 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/5281d843-f0f8-4ae7-a665-f448cfd9b663 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'ID_FS_UUID_ENC': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928455330'} ; 2024-03-01 21:12:06,991 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:12:06,991 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:06,995 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:12:06,995 INFO program/MainThread: stderr[15]: 2024-03-01 21:12:06,995 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:12:06,996 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:06,999 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:12:06,999 INFO program/MainThread: stderr[16]: 2024-03-01 21:12:06,999 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:12:06,999 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:07,002 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:12:07,002 INFO program/MainThread: stderr[17]: 2024-03-01 21:12:07,002 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:12:07,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:12:07,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:07,013 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:07,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:07,015 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:07,010 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim 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 (0x7f5314e41ac8) -- name = test_vg1 status = True 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:12:07,015 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:07,018 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:12:07,018 INFO program/MainThread: stderr[18]: 2024-03-01 21:12:07,018 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:12:07,023 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:12:07,026 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,026 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:12:07,030 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,030 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:12:07,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:12:07,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:12:07,038 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:12:07,041 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:07,041 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:12:07,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:12:07,045 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:07,045 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:07,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/lvm-pv-uuid-G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W', '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': 'G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W', 'ID_FS_UUID_ENC': 'G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:12:07,049 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:07,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,059 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:07,060 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:07,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:12:07,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:12:07,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:07,067 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:07,067 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:07,070 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:07,070 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:07,071 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:12:07,071 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314de3048) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:12:07,074 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:07,078 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,078 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:12:07,081 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,081 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:12:07,085 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,085 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:12:07,088 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,088 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:12:07,091 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:12:07,091 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:12:07,091 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,119 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:12:07,119 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo. WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo (last written to /dev/sde). WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:12:07,119 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:12:07,119 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:12:07,123 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:12:07,124 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:12:07,127 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:12:07,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:07,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,140 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,165 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 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=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:12:07,165 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo. WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo (last written to /dev/sde). WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:12:07,165 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:12:07,165 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:12:07,166 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:12:07,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:12:07,174 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:12:07,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:12:07,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:12:07,178 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,206 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 21:12:07,206 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo. WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo (last written to /dev/sde). WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:12:07,206 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:12:07,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:12:07,211 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:12:07,214 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:12:07,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:12:07,221 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:12:07,221 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:07,224 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce', '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': 'xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo', 'ID_FS_UUID_ENC': 'xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:12:07,224 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:07,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,235 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:07,235 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:07,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:12:07,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:12:07,239 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:07,242 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:07,243 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:07,246 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:07,246 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:07,247 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:12:07,247 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314de27f0) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:12:07,250 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:07,253 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,254 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:12:07,257 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,257 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:12:07,260 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,260 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:12:07,264 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,264 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:12:07,267 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:12:07,267 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:12:07,267 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,294 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:12:07,294 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:12:07,294 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:12:07,294 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:12:07,298 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:12:07,299 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:12:07,302 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:12:07,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:12:07,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:12:07,315 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:12:07,318 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:12:07,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:07,325 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,354 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 21:12:07,354 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m. WARNING: VG test_vg2 is missing PV c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m (last written to /dev/sdf). 2024-03-01 21:12:07,354 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:12:07,354 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:12:07,354 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:07,359 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/lvm-pv-uuid-c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e', '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': 'c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m', 'ID_FS_UUID_ENC': 'c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:12:07,359 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:07,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:07,370 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:07,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:12:07,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:12:07,374 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:07,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:07,377 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:07,381 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:07,381 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:07,382 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:12:07,382 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314de2cc0) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:12:07,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:07,389 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,389 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:12:07,392 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,392 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:12:07,396 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,396 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:12:07,399 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,399 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:12:07,402 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:12:07,402 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:12:07,402 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,430 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=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 21:12:07,430 INFO program/MainThread: stderr[24]: 2024-03-01 21:12:07,430 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:12:07,430 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:12:07,434 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:12:07,435 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:12:07,438 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:12:07,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:07,448 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:12:07,451 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:12:07,454 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:12:07,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:07,461 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,488 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 21:12:07,488 INFO program/MainThread: stderr[25]: 2024-03-01 21:12:07,488 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:12:07,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:07,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:12:07,506 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:12:07,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:12:07,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:12:07,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:12:07,514 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:12:07,517 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 21:12:07,518 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:12:07,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:12:07,522 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:12:07,525 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:12:07,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:12:07,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:12:07,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:12:07,532 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:12:07,536 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 21:12:07,536 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:12:07,536 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:12:07,537 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:12:07,540 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:12:07,540 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:12:07,543 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 21:12:07,544 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:12:07,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/9d5dd6a2-ceb8-4a98-937c-739127a3cb1c ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'ID_FS_UUID_ENC': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927641860'} ; 2024-03-01 21:12:07,547 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:12:07,548 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:07,551 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:12:07,551 INFO program/MainThread: stderr[26]: 2024-03-01 21:12:07,552 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:12:07,552 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:07,555 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:12:07,555 INFO program/MainThread: stderr[27]: 2024-03-01 21:12:07,555 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:12:07,555 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:07,558 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:12:07,558 INFO program/MainThread: stderr[28]: 2024-03-01 21:12:07,558 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:12:07,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:12:07,569 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:07,569 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:12:07,570 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:07,570 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:12:07,566 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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 (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:07,571 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:07,574 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:12:07,574 INFO program/MainThread: stderr[29]: 2024-03-01 21:12:07,574 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:12:07,578 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:12:07,582 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,583 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:12:07,586 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,586 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:12:07,590 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,590 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:12:07,593 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,593 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:12:07,594 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:12:07,597 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:07,597 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:12:07,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:12:07,601 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:07,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:07,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:12:07,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:12:07,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:12:07,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:12:07,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:12:07,633 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:12:07,637 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 21:12:07,637 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:12:07,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:12:07,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:12:07,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:12:07,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:12:07,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:12:07,651 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:12:07,652 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:12:07,655 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 21:12:07,656 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:12:07,656 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:12:07,656 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:12:07,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:12:07,659 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:12:07,663 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 21:12:07,663 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:12:07,667 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8 ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/7b5a8304-87ae-4385-a11c-309b175ff6ca', '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-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'ID_FS_UUID_ENC': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927361642'} ; 2024-03-01 21:12:07,667 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:12:07,667 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:07,671 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:12:07,671 INFO program/MainThread: stderr[30]: 2024-03-01 21:12:07,671 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:12:07,671 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:07,674 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:12:07,674 INFO program/MainThread: stderr[31]: 2024-03-01 21:12:07,674 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:12:07,674 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:07,677 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:12:07,678 INFO program/MainThread: stderr[32]: 2024-03-01 21:12:07,678 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:12:07,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:12:07,688 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:07,689 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:07,690 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:07,690 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:07,686 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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 (0x7f5314de2518) -- name = test_vg2 status = 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:12:07,691 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:07,694 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:12:07,694 INFO program/MainThread: stderr[33]: 2024-03-01 21:12:07,694 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:12:07,698 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:12:07,702 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,702 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:12:07,706 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,706 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:12:07,709 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,709 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:12:07,713 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,713 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:12:07,714 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:12:07,717 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:07,717 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:12:07,721 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:12:07,721 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:07,721 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:07,725 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/lvm-pv-uuid-8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd', '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': '8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd', 'ID_FS_UUID_ENC': '8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:12:07,725 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:07,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,736 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:07,736 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:07,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:12:07,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:12:07,740 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:07,743 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:07,743 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:07,746 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:07,747 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:07,747 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:12:07,747 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314dca710) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:12:07,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:07,754 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,754 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:12:07,758 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,758 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:12:07,761 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,761 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:12:07,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:12:07,768 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:12:07,768 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:12:07,768 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,797 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:12:07,797 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn. WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:07,797 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:12:07,797 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:12:07,801 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:12:07,802 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:12:07,805 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:12:07,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:07,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,818 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,846 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 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=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 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=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:12:07,846 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn. WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:07,846 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:12:07,846 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:12:07,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:12:07,852 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:12:07,855 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:07,856 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:12:07,859 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:12:07,859 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,890 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:12:07,890 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn. WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:07,890 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:12:07,895 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:12:07,895 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:12:07,898 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:12:07,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:12:07,905 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:12:07,905 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:07,909 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0', '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': '81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn', 'ID_FS_UUID_ENC': '81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:12:07,909 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:07,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:07,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:07,920 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:07,921 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:07,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:12:07,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:12:07,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:07,928 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:07,928 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:07,931 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:07,931 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:07,932 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:12:07,932 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314dc0198) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:12:07,935 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:07,939 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:07,939 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:12:07,942 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:07,942 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:12:07,946 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,946 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:12:07,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:07,949 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:12:07,952 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:12:07,952 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:12:07,953 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:07,983 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:12:07,983 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:07,983 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:12:07,983 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:12:07,988 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; 2024-03-01 21:12:07,988 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:12:07,991 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:12:07,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:07,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:12:08,001 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:12:08,005 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:08,008 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:12:08,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:08,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:08,014 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:08,044 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:12:08,044 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz. WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:08,044 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:12:08,044 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:12:08,044 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:08,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/lvm-pv-uuid-L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79', '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': 'L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz', 'ID_FS_UUID_ENC': 'L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:12:08,049 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:08,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,061 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:08,061 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:08,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:12:08,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:12:08,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:08,068 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:08,068 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:08,071 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:08,072 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:08,072 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:12:08,072 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314de2f98) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:12:08,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:08,079 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,080 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:12:08,083 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,083 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:12:08,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:12:08,090 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,090 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:12:08,093 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:12:08,093 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:12:08,093 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:08,124 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:12:08,124 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:08,124 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:12:08,125 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:12:08,129 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; 2024-03-01 21:12:08,129 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:12:08,132 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:12:08,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:08,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:08,142 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:12:08,146 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:08,149 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:12:08,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:08,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:08,156 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:08,186 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:12:08,186 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek. WARNING: VG test_vg3 is missing PV sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek (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 21:12:08,186 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:12:08,186 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:12:08,186 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:08,191 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/lvm-pv-uuid-sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': 'sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek', 'ID_FS_UUID_ENC': 'sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:12:08,191 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:08,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,202 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:08,203 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:08,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:12:08,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:12:08,206 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:08,210 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:08,210 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:08,213 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:08,214 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:08,214 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:12:08,214 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314df25c0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:12:08,218 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:08,221 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,221 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:12:08,225 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,225 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:12:08,228 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,228 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:12:08,232 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,232 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:12:08,235 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:12:08,235 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:12:08,235 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:08,267 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=JbSWn0-YAc1-90UG-PV70-7oOz-FUlh-fMaQG9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=1pQJx9-aly0-3dZv-lA2D-t3g2-r77t-xWDKkV LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=U15n8l-Xp5c-AVXu-ZHDZ-QbcV-dr8r-ddeZtL LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=G3UIdd-0Ucv-dDBQ-zE2k-HSMv-shuM-WVrA5W LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=xcRt1h-mHHX-Xd1E-2iWf-Pp7w-PHSv-JsdNKo LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=c7Dvmq-8rNd-rHCl-Fz1T-5XDV-A0vj-6fcv6m LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY LVM2_VG_SIZE=3196059648 LVM2_VG_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=8InXRM-5Eu5-NYRC-M90f-ulAn-QWET-laAitd LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=81DoEn-5tek-vbV0-GWTF-wHT9-J0mz-d1xOcn LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=L9MJ31-472F-V7Tm-r3D3-gPl4-D7Ha-Q6fjhz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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=sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf LVM2_VG_SIZE=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 21:12:08,267 INFO program/MainThread: stderr[41]: 2024-03-01 21:12:08,267 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:12:08,268 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:12:08,272 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: sXKN2H-kMYk-EcIJ-Vgux-LUtd-YHPy-WdpIek ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:12:08,272 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:12:08,276 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:12:08,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:08,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:08,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:12:08,289 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:08,292 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:12:08,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf ; incomplete: True ; hidden: False ; 2024-03-01 21:12:08,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:08,299 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:08,331 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga 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=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw 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=SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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=Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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=3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 21:12:08,331 INFO program/MainThread: stderr[42]: 2024-03-01 21:12:08,331 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:12:08,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:08,346 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:12:08,350 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:12:08,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:12:08,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:12:08,357 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:12:08,357 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:12:08,361 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 21:12:08,362 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:12:08,362 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:12:08,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:12:08,370 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:12:08,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:12:08,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:12:08,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:12:08,377 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:12:08,380 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 21:12:08,381 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:12:08,381 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:12:08,381 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:12:08,384 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:12:08,385 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:12:08,388 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 21:12:08,388 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:12:08,392 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/cbf3c124-1c35-4855-87a3-d143fcc31c55 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'ID_FS_UUID_ENC': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926546351'} ; 2024-03-01 21:12:08,392 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:12:08,392 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:08,396 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:12:08,396 INFO program/MainThread: stderr[43]: 2024-03-01 21:12:08,396 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:12:08,397 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:08,400 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:12:08,400 INFO program/MainThread: stderr[44]: 2024-03-01 21:12:08,400 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:12:08,400 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:08,403 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:12:08,403 INFO program/MainThread: stderr[45]: 2024-03-01 21:12:08,403 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:12:08,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:12:08,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,415 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:12:08,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,416 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:12:08,412 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE 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 (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:08,417 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:08,420 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:12:08,420 INFO program/MainThread: stderr[46]: 2024-03-01 21:12:08,420 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:12:08,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:12:08,428 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,428 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:12:08,432 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,432 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:12:08,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,436 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:12:08,439 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,439 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:12:08,440 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:12:08,443 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:08,443 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:12:08,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:12:08,447 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:08,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:08,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:12:08,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:12:08,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:12:08,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:12:08,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:12:08,471 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:12:08,475 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 21:12:08,475 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:12:08,475 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:12:08,479 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:12:08,482 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:12:08,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:12:08,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:12:08,489 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:12:08,490 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:12:08,493 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 21:12:08,493 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:12:08,494 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:12:08,494 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:12:08,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:12:08,497 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:12:08,501 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 21:12:08,501 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:12:08,505 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5a2e290b-f6aa-415f-9c11-6494a223212e ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'ID_FS_UUID_ENC': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926242780'} ; 2024-03-01 21:12:08,505 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:12:08,505 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:08,509 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:12:08,509 INFO program/MainThread: stderr[47]: 2024-03-01 21:12:08,509 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:12:08,509 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:08,512 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:12:08,513 INFO program/MainThread: stderr[48]: 2024-03-01 21:12:08,513 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:12:08,513 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:08,516 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:12:08,516 INFO program/MainThread: stderr[49]: 2024-03-01 21:12:08,516 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:12:08,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:12:08,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,528 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:12:08,529 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,530 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:12:08,525 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i 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 (0x7f5314db3710) -- name = test_vg3 status = True 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:12:08,530 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:08,533 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:12:08,533 INFO program/MainThread: stderr[50]: 2024-03-01 21:12:08,533 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:12:08,538 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:12:08,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,542 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:12:08,545 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,545 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:12:08,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:12:08,553 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,553 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:12:08,553 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:12:08,556 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:08,557 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:12:08,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:12:08,560 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:08,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:08,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:12:08,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:12:08,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:12:08,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:12:08,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:12:08,585 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:12:08,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:12:08,589 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:12:08,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:12:08,593 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:12:08,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:12:08,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:12:08,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:12:08,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:12:08,604 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:12:08,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:12:08,607 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:12:08,608 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:12:08,608 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:12:08,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:12:08,611 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:12:08,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 21:12:08,615 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:12:08,619 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/4a6afad3-89fe-41e5-9a13-376df359c38c ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'ID_FS_UUID_ENC': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925940087'} ; 2024-03-01 21:12:08,619 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:12:08,619 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:08,623 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:12:08,623 INFO program/MainThread: stderr[51]: 2024-03-01 21:12:08,623 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:12:08,623 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:08,626 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:12:08,627 INFO program/MainThread: stderr[52]: 2024-03-01 21:12:08,627 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:12:08,627 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:08,630 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:12:08,630 INFO program/MainThread: stderr[53]: 2024-03-01 21:12:08,630 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:12:08,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:12:08,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,643 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:12:08,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,644 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:12:08,639 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R 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 (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:12:08,645 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:08,649 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:12:08,649 INFO program/MainThread: stderr[54]: 2024-03-01 21:12:08,649 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:12:08,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:12:08,657 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,657 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:12:08,661 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,661 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:12:08,664 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,664 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:12:08,668 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,668 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:12:08,669 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:12:08,672 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:08,672 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:12:08,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:12:08,676 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:08,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:12:08,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:12:08,693 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:12:08,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:12:08,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:12:08,700 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:12:08,700 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:08,704 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 21:12:08,704 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:12:08,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:12:08,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:12:08,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:12:08,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:12:08,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:12:08,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:12:08,719 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:08,723 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 21:12:08,723 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:12:08,724 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:12:08,724 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:12:08,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:12:08,727 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:08,731 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 21:12:08,731 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:12:08,735 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'ID_FS_UUID_ENC': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925637389'} ; 2024-03-01 21:12:08,735 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:08,735 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:08,739 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:12:08,739 INFO program/MainThread: stderr[55]: 2024-03-01 21:12:08,739 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:12:08,739 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:08,742 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:12:08,743 INFO program/MainThread: stderr[56]: 2024-03-01 21:12:08,743 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:12:08,743 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:08,746 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:12:08,746 INFO program/MainThread: stderr[57]: 2024-03-01 21:12:08,746 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:12:08,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:12:08,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,760 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:08,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:08,761 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:08,755 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e 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 (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:12:08,762 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:08,766 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:12:08,766 INFO program/MainThread: stderr[58]: 2024-03-01 21:12:08,766 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:12:08,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:12:08,774 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,774 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:12:08,777 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,778 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:12:08,781 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,781 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:12:08,785 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,785 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:12:08,785 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:12:08,789 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:08,789 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:12:08,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:12:08,793 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:08,793 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:12:08,796 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '18182951'} ; 2024-03-01 21:12:08,796 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:08,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:08,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:08,808 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:08,808 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:08,808 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:08,808 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:08,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:12:08,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:12:08,812 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:08,815 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:08,815 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:08,819 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:08,819 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:08,819 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:12:08,819 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5314d88048) -- 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 21:12:08,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:08,826 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:08,826 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:12:08,830 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:08,830 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:12:08,833 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,833 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:12:08,837 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:08,837 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:12:08,840 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:08,843 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:08,846 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:08,850 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 0x7f5314e49948> 2024-03-01 21:12:11,968 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:12:11,973 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:11,973 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:11,977 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': '18185273'} ; 2024-03-01 21:12:11,977 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:11,977 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:11,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:11,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:11,988 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:11,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:11,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:11,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:12,004 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:12,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:12:12,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:12:12,030 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:12,030 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:12:12,033 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:12,037 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:12,037 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:12,040 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:12,041 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:12,041 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:12,044 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:12,047 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:12,050 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:12,053 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:12,057 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:12,057 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:12,057 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:12:12,058 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:12,057 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5314d9bf60) -- 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 0x7f5314da09e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:12,062 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:12,066 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:12,066 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:12:12,069 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:12,069 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:12:12,073 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:12,073 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:12:12,076 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:12,076 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:12:12,076 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:12,080 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:12,080 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:12:12,083 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:12,083 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:12,086 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e ' '/dev/disk/by-uuid/1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac ' '/dev/test_vg3/lv8 /dev/mapper/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_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-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGf3arhTiFM2gwI5n0p926Pu7MsoKUOlF7e', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'ID_FS_UUID_ENC': '1e42af5c-10b5-4cc7-8c3b-1618fc6d83ac', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925637389'} ; 2024-03-01 21:12:12,086 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:12:12,087 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:12,091 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:12:12,091 INFO program/MainThread: stderr[59]: 2024-03-01 21:12:12,091 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:12:12,091 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:12,094 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:12:12,094 INFO program/MainThread: stderr[60]: 2024-03-01 21:12:12,094 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:12:12,094 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:12,097 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:12:12,097 INFO program/MainThread: stderr[61]: 2024-03-01 21:12:12,098 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:12:12,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:12:12,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,110 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,112 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,106 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:12:12,113 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:12:12,116 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:12:12,116 INFO program/MainThread: stderr[62]: 2024-03-01 21:12:12,116 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:12:12,120 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:12:12,120 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:12:12,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/4a6afad3-89fe-41e5-9a13-376df359c38c ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R', '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-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKj8PhILJ4lNkTkU2u6ni7RjmGoK6PC3R', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'ID_FS_UUID_ENC': '4a6afad3-89fe-41e5-9a13-376df359c38c', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '925940087'} ; 2024-03-01 21:12:12,124 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:12:12,124 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:12,127 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:12:12,127 INFO program/MainThread: stderr[63]: 2024-03-01 21:12:12,128 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:12:12,128 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:12,131 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:12:12,131 INFO program/MainThread: stderr[64]: 2024-03-01 21:12:12,131 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:12:12,131 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:12,134 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:12:12,134 INFO program/MainThread: stderr[65]: 2024-03-01 21:12:12,134 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:12:12,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:12:12,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,147 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,148 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,143 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:12:12,149 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:12:12,152 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:12:12,152 INFO program/MainThread: stderr[66]: 2024-03-01 21:12:12,152 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:12:12,156 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:12:12,156 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:12:12,160 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/5a2e290b-f6aa-415f-9c11-6494a223212e ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfKIhBEbyCwGz0wvTjv2kTQ8ObHSBkbb1i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'ID_FS_UUID_ENC': '5a2e290b-f6aa-415f-9c11-6494a223212e', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926242780'} ; 2024-03-01 21:12:12,160 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:12:12,160 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:12,163 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:12:12,163 INFO program/MainThread: stderr[67]: 2024-03-01 21:12:12,163 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:12:12,163 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:12,166 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:12:12,166 INFO program/MainThread: stderr[68]: 2024-03-01 21:12:12,167 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:12:12,167 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:12,170 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:12:12,170 INFO program/MainThread: stderr[69]: 2024-03-01 21:12:12,170 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:12:12,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:12:12,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,183 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,184 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,178 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:12:12,185 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:12:12,188 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:12:12,188 INFO program/MainThread: stderr[70]: 2024-03-01 21:12:12,188 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:12:12,192 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:12:12,192 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:12:12,195 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE ' '/dev/disk/by-uuid/cbf3c124-1c35-4855-87a3-d143fcc31c55 ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-9SDzLJw9zn4DOm7hwj4iOlDfpMtTrfGfp7JaT2LcpGeFHUTTEyqA34pjYESTsPoE', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'ID_FS_UUID_ENC': 'cbf3c124-1c35-4855-87a3-d143fcc31c55', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '926546351'} ; 2024-03-01 21:12:12,195 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:12:12,196 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:12,199 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:12:12,199 INFO program/MainThread: stderr[71]: 2024-03-01 21:12:12,199 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:12:12,199 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:12,202 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:12:12,202 INFO program/MainThread: stderr[72]: 2024-03-01 21:12:12,202 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:12:12,202 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:12,205 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:12:12,206 INFO program/MainThread: stderr[73]: 2024-03-01 21:12:12,206 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:12:12,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,214 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 21:12:12,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,218 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:12,220 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:12,214 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:12,220 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:12:12,223 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:12:12,224 INFO program/MainThread: stderr[74]: 2024-03-01 21:12:12,224 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:12:12,228 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:12:12,228 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:12:12,231 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8 ' '/dev/disk/by-uuid/7b5a8304-87ae-4385-a11c-309b175ff6ca ' '/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-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYSE7ucFjEgydovnHVRLwHBZHyaMry2cS8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'ID_FS_UUID_ENC': '7b5a8304-87ae-4385-a11c-309b175ff6ca', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927361642'} ; 2024-03-01 21:12:12,231 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:12:12,231 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:12,234 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:12:12,234 INFO program/MainThread: stderr[75]: 2024-03-01 21:12:12,235 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:12:12,235 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:12,238 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:12:12,238 INFO program/MainThread: stderr[76]: 2024-03-01 21:12:12,238 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:12:12,238 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:12,241 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:12:12,241 INFO program/MainThread: stderr[77]: 2024-03-01 21:12:12,241 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:12:12,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:12:12,252 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,253 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,253 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,254 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,249 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:12:12,254 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:12:12,257 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:12:12,257 INFO program/MainThread: stderr[78]: 2024-03-01 21:12:12,257 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:12:12,261 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:12:12,262 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:12:12,265 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/9d5dd6a2-ceb8-4a98-937c-739127a3cb1c ' '/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-GTEvdZqLukJ3HwHTKJ5SB3R1kztJXMiYwx3ve4I0x59gf7ftHOLlfg3E9MgSMXOw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'ID_FS_UUID_ENC': '9d5dd6a2-ceb8-4a98-937c-739127a3cb1c', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '927641860'} ; 2024-03-01 21:12:12,265 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:12:12,265 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:12,268 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:12:12,268 INFO program/MainThread: stderr[79]: 2024-03-01 21:12:12,268 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:12:12,268 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:12,271 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:12:12,272 INFO program/MainThread: stderr[80]: 2024-03-01 21:12:12,272 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:12:12,272 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:12,275 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:12:12,275 INFO program/MainThread: stderr[81]: 2024-03-01 21:12:12,275 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:12:12,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:12:12,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,287 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,288 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,283 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,288 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:12:12,291 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:12:12,292 INFO program/MainThread: stderr[82]: 2024-03-01 21:12:12,292 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:12:12,296 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:12:12,296 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:12:12,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim ' '/dev/disk/by-uuid/5281d843-f0f8-4ae7-a665-f448cfd9b663 ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VpBWi23AUlaQiWftHyUhnwsuAZB9jbhim', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'ID_FS_UUID_ENC': '5281d843-f0f8-4ae7-a665-f448cfd9b663', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928455330'} ; 2024-03-01 21:12:12,299 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:12:12,299 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:12,302 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:12:12,302 INFO program/MainThread: stderr[83]: 2024-03-01 21:12:12,302 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:12:12,303 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:12,306 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:12:12,306 INFO program/MainThread: stderr[84]: 2024-03-01 21:12:12,306 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:12:12,306 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:12,309 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:12:12,309 INFO program/MainThread: stderr[85]: 2024-03-01 21:12:12,309 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:12:12,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,317 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 21:12:12,320 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,321 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,321 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,322 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,317 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:12:12,322 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:12:12,325 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:12:12,325 INFO program/MainThread: stderr[86]: 2024-03-01 21:12:12,325 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:12:12,329 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:12:12,330 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:12:12,333 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/1910588e-9e62-4b4f-9ba2-fcbcd82d15e1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga', '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-ZXnF7boIIiG4oJmpAyW6Lnm0nCjn0o8VYdVhIFmMF2WCVK1Dc0ZqJju9XFU6ziga', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'ID_FS_UUID_ENC': '1910588e-9e62-4b4f-9ba2-fcbcd82d15e1', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '928760673'} ; 2024-03-01 21:12:12,333 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:12:12,333 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,336 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:12:12,336 INFO program/MainThread: stderr[87]: 2024-03-01 21:12:12,336 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:12:12,336 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,339 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:12:12,340 INFO program/MainThread: stderr[88]: 2024-03-01 21:12:12,340 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:12:12,340 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,343 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:12:12,343 INFO program/MainThread: stderr[89]: 2024-03-01 21:12:12,343 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:12:12,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:12:12,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,354 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,355 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,355 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,351 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,356 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:12:12,359 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:12:12,359 INFO program/MainThread: stderr[90]: 2024-03-01 21:12:12,359 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:12:12,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:12:12,363 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:12:12,363 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:12,373 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:12,389 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:12,390 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:12,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,403 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:12,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,416 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:12,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,428 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:12,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,441 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:12,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,453 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:12,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:12,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:12,465 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:12,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,472 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:12:12,472 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,473 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,473 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,473 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,474 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,474 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,474 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,475 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,475 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,476 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,476 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,476 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:12:12,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:12:12,483 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:12:12,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:12:12,488 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:12:12,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:12:12,494 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:12:12,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:12:12,501 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:12:12,503 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,504 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,505 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,508 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,509 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,512 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,513 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,514 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,517 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,517 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,518 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,519 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,522 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,523 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,526 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,526 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,528 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,531 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,531 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,532 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,536 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,537 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,539 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,540 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,540 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,541 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,537 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,545 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,546 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,542 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,548 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,549 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,549 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,550 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,546 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,553 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,554 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,554 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,555 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,558 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,558 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,559 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,555 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,562 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,563 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,564 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,567 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,567 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,568 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,572 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,572 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,573 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,576 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,577 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,577 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,581 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,582 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,585 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,586 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,589 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,590 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,591 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,593 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,594 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,595 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,598 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,599 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,600 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,603 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,603 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,604 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,607 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,608 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,609 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,612 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,613 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,613 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,609 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,617 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,618 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,621 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,623 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,626 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,627 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,630 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,631 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,632 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,635 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,636 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,639 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,641 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,643 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,644 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,645 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:12:12,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcaf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = YdVhIF-mMF2-WCVK-1Dc0-ZqJj-u9XF-U6ziga size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:12:12,646 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:12:12,649 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 21:12:12,649 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:12,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:12:12,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:12:12,653 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:12,654 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:12:12,657 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:12:12,658 INFO program/MainThread: stderr[91]: 2024-03-01 21:12:12,658 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:12:12,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:12:12,662 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:12:12,662 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:12,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,669 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 21:12:12,669 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:12:12,672 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,672 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,673 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,674 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,677 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,678 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,678 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,682 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,682 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,683 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,686 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,686 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,687 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,687 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,691 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,691 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,692 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,688 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,696 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,696 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,697 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,693 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,700 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,701 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,701 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,705 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,705 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,706 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,709 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,710 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,713 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,714 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,715 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,718 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,720 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,723 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,724 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,728 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,729 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,732 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,732 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,733 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,729 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,737 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,738 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,741 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,742 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,746 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,747 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,751 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,752 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,755 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,756 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,760 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,761 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,757 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,764 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,765 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,766 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,768 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,769 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,770 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,774 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,775 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,771 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,778 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,779 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,779 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,783 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,784 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,787 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,787 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,788 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,788 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,792 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,792 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,793 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,796 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,796 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,797 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,801 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,801 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,802 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,805 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,806 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,809 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,810 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,814 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:12:12,815 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:12:12,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314dcadd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = pBWi23-AUla-QiWf-tHyU-hnws-uAZB-9jbhim size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314e41ac8) -- 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 = ZXnF7b-oIIi-G4oJ-mpAy-W6Ln-m0nC-jn0o8V size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:12:12,815 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:12:12,818 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 21:12:12,819 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:12,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:12:12,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:12:12,822 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:12,826 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:12:12,826 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:12:12,826 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:12,826 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 21:12:12,826 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:12:12,829 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:12:12,829 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:12,833 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:12:12,836 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:12:12,839 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:12:12,839 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:12:12,839 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:12,839 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:12:12,839 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:12:12,842 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:12,842 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:12,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:12:12,845 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:12:12,846 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:12,846 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:12:12,846 DEBUG blivet/MainThread: removing sda 2024-03-01 21:12:12,849 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:12,849 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:12,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:12:12,852 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:12:12,852 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:12,852 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:12:12,852 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:12:12,855 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:12,855 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:12,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:12:12,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:12:12,858 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:12,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,865 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:12:12,865 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,865 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,866 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,866 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,866 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,867 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,867 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,867 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,868 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,868 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,869 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,869 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:12:12,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:12:12,875 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:12:12,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:12:12,881 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:12:12,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:12:12,887 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:12:12,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:12,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:12:12,893 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:12:12,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,896 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,897 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,901 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,901 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,902 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,905 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,905 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,906 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,906 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,909 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,910 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,910 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,911 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,914 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,914 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,916 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,918 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,919 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,920 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,924 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,925 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,928 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,929 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,933 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,933 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,934 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,937 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,937 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,938 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,941 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,942 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,942 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,943 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,946 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,946 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,947 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,950 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,951 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,951 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,952 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,954 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,955 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,955 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,956 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,959 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,960 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,961 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,963 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,964 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,965 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,968 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,969 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,969 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,970 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,972 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,973 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,974 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,974 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,977 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,978 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,978 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,979 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,982 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,983 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,983 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,986 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,987 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,987 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,988 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,990 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,991 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,992 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,992 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,995 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,996 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,996 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:12,997 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,993 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:12,999 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,000 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,000 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,001 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:12,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,004 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,005 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,006 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,008 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,009 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,010 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,010 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,013 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,014 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,014 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,015 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,018 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,019 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,019 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,022 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,023 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,023 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,024 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,026 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,027 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,028 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,028 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,031 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,032 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,032 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,033 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,036 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,036 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,037 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,037 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:12:13,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314de9f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = wx3ve4-I0x5-9gf7-ftHO-Llfg-3E9M-gSMXOw size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:12:13,038 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:12:13,041 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 21:12:13,041 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:12:13,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:12:13,045 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:13,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:12:13,048 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:12:13,049 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:13,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:12:13,055 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:12:13,057 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,058 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,058 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,059 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,061 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,062 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,062 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,063 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,065 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,066 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,067 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,070 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,071 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,073 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,074 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,074 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,075 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,077 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,078 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,078 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,078 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,081 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,082 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,082 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,085 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,086 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,086 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,086 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,089 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,090 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,093 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,094 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,094 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,097 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,097 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,098 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,101 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,102 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,105 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,106 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,106 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,109 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,110 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,113 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,113 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,114 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,114 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,117 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,117 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,118 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,118 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,115 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,121 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,121 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,122 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,122 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,125 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,125 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,126 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,126 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,123 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,129 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,130 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,133 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,134 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,137 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,138 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,141 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,142 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,145 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,145 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,146 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,146 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,149 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,149 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,150 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,153 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,154 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,154 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,157 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,158 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,158 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,161 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,162 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,165 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,166 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,166 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,169 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,169 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,170 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,170 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,173 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,174 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,177 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,178 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,178 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,181 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,181 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:12:13,182 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:12:13,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5323e60ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SE7ucF-jEgy-dovn-HVRL-wHBZ-HyaM-ry2cS8 size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314de2518) -- 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 = GTEvdZ-qLuk-J3Hw-HTKJ-5SB3-R1kz-tJXMiY size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:12:13,183 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:12:13,186 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 21:12:13,186 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:12:13,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:12:13,189 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:13,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:12:13,193 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:12:13,193 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:13,193 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sdd', 'sde'] 2024-03-01 21:12:13,193 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:12:13,196 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:12:13,197 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,200 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:12:13,203 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:12:13,206 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:12:13,206 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:12:13,206 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:12:13,206 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:12:13,206 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:12:13,209 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:13,209 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:12:13,212 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:12:13,213 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:12:13,213 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:12:13,213 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:12:13,215 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:13,216 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:12:13,219 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:12:13,219 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:12:13,219 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:12:13,219 DEBUG blivet/MainThread: removing sde 2024-03-01 21:12:13,222 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:13,222 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:12:13,225 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:12:13,225 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:12:13,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,232 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:12:13,232 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,233 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,233 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,233 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,234 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,234 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,235 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,235 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,236 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,236 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,237 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,237 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:12:13,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:12:13,243 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:12:13,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:12:13,249 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:12:13,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:12:13,255 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:12:13,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:12:13,261 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:12:13,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,267 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 21:12:13,267 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:12:13,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,271 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,273 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,277 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,279 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,283 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,284 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,285 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,288 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,289 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,291 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,295 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,297 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,291 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,301 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,303 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,307 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,309 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,313 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,314 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,315 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,310 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,319 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,321 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,326 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,327 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,332 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,333 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,338 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,339 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,344 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,344 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,345 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,350 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,350 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,351 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,346 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,355 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,356 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,356 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,357 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,361 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,362 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,363 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,367 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,368 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,369 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,374 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,375 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,380 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,381 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,386 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,388 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,382 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,391 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,392 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,392 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,394 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,397 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,398 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,400 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,404 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,405 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,406 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,400 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,410 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,412 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,416 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,418 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,422 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,424 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,428 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,429 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,430 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,425 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,434 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,436 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,440 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,442 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,437 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,446 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,448 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,451 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,452 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,454 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,449 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,457 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,458 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,459 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,460 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:12:13,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314df26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = p7JaT2-LcpG-eFHU-TTEy-qA34-pjYE-STsPoE size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:12:13,461 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:12:13,464 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 21:12:13,464 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:12:13,468 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:12:13,468 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:13,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:12:13,471 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:12:13,471 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:13,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:12:13,478 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:12:13,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,481 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,483 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,487 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,488 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,493 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,494 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,498 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,500 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,504 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,505 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,500 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,509 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,511 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,515 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,516 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,521 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,522 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,526 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,528 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,532 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,533 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,528 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,538 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,538 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,539 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,543 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,545 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,549 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,549 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,550 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,545 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,554 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,555 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,556 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,560 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,561 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,565 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,567 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,571 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,573 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,576 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,577 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,578 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,582 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,584 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,588 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,590 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,594 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,595 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,599 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,601 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,596 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,605 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,606 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,610 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,612 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,616 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,617 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,622 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,623 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,627 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,628 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,629 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,633 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,633 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,634 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,637 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,638 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,640 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,635 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,644 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,645 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,640 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,650 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,651 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,655 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,657 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:12:13,652 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314ddf828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KIhBEb-yCwG-z0wv-Tjv2-kTQ8-ObHS-Bkbb1i size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,657 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:12:13,660 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 21:12:13,661 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:12:13,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:12:13,664 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:13,668 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:12:13,668 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:12:13,668 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:13,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:12:13,674 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:12:13,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,678 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,679 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,683 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,684 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,688 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,689 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,693 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,694 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,698 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,700 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,703 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,705 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,709 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,710 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,714 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,715 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,719 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,720 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,724 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,725 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,729 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,730 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,734 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,736 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,739 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,741 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,745 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,746 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,750 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,751 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,755 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,756 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,760 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,761 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,757 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,765 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,766 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,770 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,772 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,775 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,777 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,781 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,782 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,786 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,787 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,791 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,792 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,796 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,797 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,801 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,802 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,798 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,806 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,807 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,811 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,812 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,815 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,816 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,818 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,821 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,823 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,818 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,826 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,827 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,828 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,832 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,833 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,828 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,837 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,838 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:12:13,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d91748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = Kj8PhI-LJ4l-NkTk-U2u6-ni7R-jmGo-K6PC3R size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,839 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:12:13,842 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 21:12:13,842 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:13,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:12:13,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:12:13,846 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:13,849 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:12:13,849 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:12:13,849 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:13,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:13,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:12:13,855 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:12:13,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,859 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,860 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,863 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,864 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,868 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,869 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,873 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,873 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,874 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,870 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,877 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,877 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,878 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,878 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,882 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,883 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,879 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,886 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,888 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,891 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,892 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,896 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,896 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,897 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,900 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,901 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,905 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,906 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,909 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,910 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,914 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,915 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,911 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,918 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,919 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,915 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,923 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,924 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,928 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,929 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,932 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,933 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,937 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,938 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,941 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,942 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,946 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,947 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,951 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,951 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,952 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,955 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,956 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,960 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,961 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,964 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,965 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,969 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,970 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,974 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,975 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,978 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,979 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,983 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,984 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,987 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,989 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,992 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,993 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,989 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:13,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,997 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:13,998 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:14,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:14,001 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:14,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:12:14,002 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:12:13,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5314d7c828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 3arhTi-FM2g-wI5n-0p92-6Pu7-MsoK-UOlF7e size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5314db3710) -- 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 = 9SDzLJ-w9zn-4DOm-7hwj-4iOl-DfpM-tTrfGf size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:12:14,003 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:12:14,006 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 21:12:14,006 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:14,007 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:12:14,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:12:14,010 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:12:14,013 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:12:14,013 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,014 DEBUG blivet.ansible/MainThread: ['sdg', 'test_vg3', 'sdi', 'sdj', 'sdh'] 2024-03-01 21:12:14,014 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:12:14,017 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:12:14,017 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:14,020 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:12:14,023 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:12:14,027 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:12:14,030 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:12:14,030 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:12:14,030 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:12:14,030 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:12:14,030 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:12:14,033 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:14,033 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:14,033 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:12:14,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:12:14,036 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:12:14,036 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:12:14,036 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:12:14,039 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:14,039 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:14,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:12:14,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:12:14,043 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:12:14,043 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:12:14,043 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:12:14,046 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:14,046 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:14,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:12:14,049 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:12:14,049 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:12:14,049 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:12:14,049 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:12:14,052 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:12:14,052 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:12:14,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:12:14,055 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:12:14,055 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:12:14,056 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,069 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,094 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,112 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:14,113 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,124 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,142 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:12:14,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,152 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,170 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:12:14,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,182 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,200 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:12:14,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,212 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,230 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:12:14,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,242 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,260 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:12:14,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,272 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,290 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:12:14,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,302 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,320 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:12:14,320 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:14,320 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:12:14,321 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:12:14,322 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:12:14,323 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:12:14,323 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:12:14,323 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:12:14,324 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:12:14,327 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:14,330 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:14,333 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:12:14,334 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:12:14,337 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:14,337 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 0x7f5314d71620> 2024-03-01 21:12:14,337 INFO blivet/MainThread: sorting actions... 2024-03-01 21:12:14,358 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,358 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,358 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:12:14,359 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:14,360 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:14,361 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:14,362 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:14,362 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:14,362 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:14,362 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:14,362 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:14,362 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,365 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,369 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:12:14,369 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:12:14,377 INFO program/MainThread: stdout: 2024-03-01 21:12:14,377 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:14,378 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,395 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,405 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:12:14,410 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:12:14,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:12:14,417 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:12:14,420 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:12:14,424 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:12:14,424 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:14,460 INFO program/MainThread: stdout[92]: 2024-03-01 21:12:14,460 INFO program/MainThread: stderr[92]: 2024-03-01 21:12:14,460 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:12:14,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:12:14,468 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,471 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,474 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,481 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,484 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,487 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,490 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:12:14,493 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:14,532 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:12:14,532 INFO program/MainThread: stderr[93]: 2024-03-01 21:12:14,532 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:12:14,533 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:14,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,555 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:12:14,555 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:12:14,574 INFO program/MainThread: stdout: 2024-03-01 21:12:14,574 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:14,574 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,574 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,602 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,612 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:12:14,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:12:14,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:12:14,624 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:12:14,627 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:12:14,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:12:14,631 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:14,663 INFO program/MainThread: stdout[94]: 2024-03-01 21:12:14,663 INFO program/MainThread: stderr[94]: 2024-03-01 21:12:14,663 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:12:14,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:12:14,671 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,674 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,677 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,680 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,684 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,687 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,690 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,694 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:12:14,697 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:14,749 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:12:14,750 INFO program/MainThread: stderr[95]: 2024-03-01 21:12:14,750 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:12:14,750 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:14,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,768 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:12:14,768 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:12:14,784 INFO program/MainThread: stdout: 2024-03-01 21:12:14,784 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:14,785 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,785 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,806 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:14,816 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,816 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:12:14,821 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:12:14,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:12:14,828 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:12:14,831 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:12:14,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:12:14,835 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:14,870 INFO program/MainThread: stdout[96]: 2024-03-01 21:12:14,870 INFO program/MainThread: stderr[96]: 2024-03-01 21:12:14,870 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:12:14,875 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:12:14,878 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,881 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,885 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,888 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,891 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,894 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,897 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,900 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:12:14,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:12:14,904 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:14,946 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:12:14,946 INFO program/MainThread: stderr[97]: 2024-03-01 21:12:14,946 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:12:14,947 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:14,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:14,963 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:12:14,964 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:12:14,983 INFO program/MainThread: stdout: 2024-03-01 21:12:14,983 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:14,983 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:14,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,018 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,018 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:12:15,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:12:15,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:12:15,030 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:12:15,033 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:12:15,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:12:15,037 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,067 INFO program/MainThread: stdout[98]: 2024-03-01 21:12:15,067 INFO program/MainThread: stderr[98]: 2024-03-01 21:12:15,067 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:12:15,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:12:15,075 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,079 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,082 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,085 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,088 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,091 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,095 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,098 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:12:15,101 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,141 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:12:15,141 INFO program/MainThread: stderr[99]: 2024-03-01 21:12:15,141 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:12:15,142 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:12:15,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:12:15,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:12:15,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:12:15,178 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,185 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,191 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,199 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,205 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,210 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,215 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:15,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:12:15,221 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,257 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:12:15,258 INFO program/MainThread: stderr[100]: 2024-03-01 21:12:15,258 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:12:15,258 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,314 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:12:15,314 INFO program/MainThread: stderr[101]: 2024-03-01 21:12:15,314 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:12:15,315 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,356 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:12:15,357 INFO program/MainThread: stderr[102]: 2024-03-01 21:12:15,357 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:12:15,357 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:12:15,364 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,370 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,376 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,376 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,428 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:12:15,428 INFO program/MainThread: stderr[103]: 2024-03-01 21:12:15,428 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:12:15,428 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:12:15,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,455 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,475 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,491 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,491 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:12:15,496 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,499 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,502 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,502 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,531 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:12:15,531 INFO program/MainThread: stderr[104]: 2024-03-01 21:12:15,531 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:12:15,531 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:12:15,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,576 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,589 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,589 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:12:15,593 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,596 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,599 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,600 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,630 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:12:15,630 INFO program/MainThread: stderr[105]: 2024-03-01 21:12:15,630 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:12:15,630 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:12:15,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,664 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,678 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,689 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,689 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:12:15,693 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,696 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,699 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:12:15,699 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,726 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:12:15,726 INFO program/MainThread: stderr[106]: 2024-03-01 21:12:15,726 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:12:15,726 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:12:15,726 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,758 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,772 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,785 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,785 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:15,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,793 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:12:15,793 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:12:15,801 INFO program/MainThread: stdout: 2024-03-01 21:12:15,801 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:15,801 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,820 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:15,830 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,830 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:12:15,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:12:15,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:12:15,842 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:12:15,845 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:12:15,849 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:12:15,849 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,888 INFO program/MainThread: stdout[107]: 2024-03-01 21:12:15,888 INFO program/MainThread: stderr[107]: 2024-03-01 21:12:15,888 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:12:15,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:12:15,896 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,899 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:12:15,902 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,906 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:12:15,909 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,912 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:12:15,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:12:15,915 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:15,952 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:12:15,952 INFO program/MainThread: stderr[108]: 2024-03-01 21:12:15,952 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:12:15,953 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:15,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:15,971 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:12:15,972 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:12:15,984 INFO program/MainThread: stdout: 2024-03-01 21:12:15,984 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:15,984 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:15,985 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,013 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,013 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,026 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,026 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:12:16,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:12:16,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:12:16,038 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:12:16,041 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:12:16,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:12:16,045 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,076 INFO program/MainThread: stdout[109]: 2024-03-01 21:12:16,076 INFO program/MainThread: stderr[109]: 2024-03-01 21:12:16,076 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:12:16,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:12:16,084 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,087 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,090 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,093 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,097 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,100 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:12:16,103 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,141 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:12:16,142 INFO program/MainThread: stderr[110]: 2024-03-01 21:12:16,142 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:12:16,142 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:12:16,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:12:16,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:12:16,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:12:16,168 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,173 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,178 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,182 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,187 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,193 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:12:16,199 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,233 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:12:16,233 INFO program/MainThread: stderr[111]: 2024-03-01 21:12:16,233 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:12:16,234 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,275 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:12:16,276 INFO program/MainThread: stderr[112]: 2024-03-01 21:12:16,276 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:12:16,276 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,320 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:12:16,320 INFO program/MainThread: stderr[113]: 2024-03-01 21:12:16,320 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:12:16,321 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:12:16,328 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,336 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:12:16,339 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:12:16,339 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,378 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:12:16,379 INFO program/MainThread: stderr[114]: 2024-03-01 21:12:16,379 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:12:16,379 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:12:16,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,412 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,426 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,427 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,437 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,437 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:12:16,441 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,444 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:12:16,447 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:12:16,447 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,475 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:12:16,475 INFO program/MainThread: stderr[115]: 2024-03-01 21:12:16,475 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:12:16,475 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:12:16,476 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,508 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,520 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,534 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:12:16,538 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,540 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:12:16,543 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:12:16,544 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,571 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:12:16,571 INFO program/MainThread: stderr[116]: 2024-03-01 21:12:16,571 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:12:16,571 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:12:16,571 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,608 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,620 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,620 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,633 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,633 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:16,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,641 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:12:16,641 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:12:16,649 INFO program/MainThread: stdout: 2024-03-01 21:12:16,649 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:16,650 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,650 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,667 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,678 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,678 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:12:16,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:12:16,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:12:16,690 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:12:16,693 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:12:16,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:12:16,697 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --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 21:12:16,730 INFO program/MainThread: stdout[117]: 2024-03-01 21:12:16,730 INFO program/MainThread: stderr[117]: 2024-03-01 21:12:16,730 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:12:16,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:12:16,738 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,741 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:12:16,745 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,748 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:12:16,751 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,754 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:12:16,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:12:16,757 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --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 21:12:16,805 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:12:16,805 INFO program/MainThread: stderr[118]: 2024-03-01 21:12:16,805 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:12:16,806 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:16,814 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,824 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:16,825 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:12:16,836 INFO program/MainThread: stdout: 2024-03-01 21:12:16,837 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:12:16,837 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,837 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,854 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:16,866 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:16,867 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:12:16,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:16,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:12:16,878 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:16,881 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:12:16,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:12:16,885 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,921 INFO program/MainThread: stdout[119]: 2024-03-01 21:12:16,921 INFO program/MainThread: stderr[119]: 2024-03-01 21:12:16,921 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:12:16,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:12:16,929 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,933 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,936 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,939 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,942 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:16,945 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:16,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:12:16,948 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:16,986 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:12:16,986 INFO program/MainThread: stderr[120]: 2024-03-01 21:12:16,986 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:12:16,987 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:12:16,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:12:17,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:12:17,010 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:12:17,019 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:17,026 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:17,030 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:17,033 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:17,039 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:17,045 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:17,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:12:17,048 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:17,088 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:12:17,088 INFO program/MainThread: stderr[121]: 2024-03-01 21:12:17,088 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:12:17,088 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:17,127 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:12:17,127 INFO program/MainThread: stderr[122]: 2024-03-01 21:12:17,127 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:12:17,127 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:17,169 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:12:17,170 INFO program/MainThread: stderr[123]: 2024-03-01 21:12:17,170 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:12:17,171 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:12:17,178 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:17,185 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:12:17,189 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:12:17,189 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:17,223 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:12:17,223 INFO program/MainThread: stderr[124]: 2024-03-01 21:12:17,223 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:12:17,223 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:12:17,224 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,249 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,250 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,266 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,266 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,281 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,281 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:12:17,285 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:17,288 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:12:17,291 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:12:17,292 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 21:12:17,316 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:12:17,316 INFO program/MainThread: stderr[125]: 2024-03-01 21:12:17,316 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:12:17,316 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:12:17,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,349 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,350 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,364 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,365 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,375 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,375 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:12:17,379 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:17,382 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:12:17,385 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:12:17,385 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 21:12:17,410 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:12:17,411 INFO program/MainThread: stderr[126]: 2024-03-01 21:12:17,411 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:12:17,411 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:12:17,411 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,444 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,445 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,455 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,455 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:17,468 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:17,473 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:17,473 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 0x7f5314d71888> 2024-03-01 21:12:29,343 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_8fypelk0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:33,955 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_cxu185ep/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:40,946 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ptnkldyn/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:40,982 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:40,982 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:40,986 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:40,986 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:12:40,986 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:40,986 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:40,990 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:40,991 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:40,994 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:40,995 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:40,998 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:40,998 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:41,001 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:41,001 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:41,009 INFO program/MainThread: stdout: 2024-03-01 21:12:41,009 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:41,009 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,009 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,010 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,010 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,010 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:41,010 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:41,010 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:41,010 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:41,010 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:41,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:41,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:41,010 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:41,010 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:41,011 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:41,011 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:41,011 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:41,024 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:41,035 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:12:41,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:12:41,040 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:41,041 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:41,071 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:41,071 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:41,071 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:41,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,085 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:41,089 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:41,090 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:41,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:41,090 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:41,094 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:41,097 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:41,098 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:41,101 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:41,101 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,102 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:41,102 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ffc1438) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:12:41,105 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:41,105 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:12:41,109 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:12:41,109 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:41,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,119 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:41,119 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:41,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:12:41,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:12:41,122 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:41,126 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:41,126 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:41,129 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:41,129 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,130 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:12:41,130 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef6d3c8) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:12:41,133 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:41,133 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:12:41,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:12:41,137 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:41,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,147 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:41,147 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:41,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:41,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:12:41,150 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:41,154 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:41,154 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:41,157 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:41,157 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,158 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:12:41,158 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef6d470) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:12:41,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:41,161 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:41,164 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:12:41,165 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:41,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,174 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:41,175 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:41,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:41,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:12:41,178 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:41,182 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:41,182 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:41,185 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:41,185 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,186 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:12:41,186 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef75588) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:12:41,189 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:41,189 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:41,192 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:12:41,192 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:12:41,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,202 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:41,203 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:41,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:12:41,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:12:41,206 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:41,209 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:41,209 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:41,213 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:41,213 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,213 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:12:41,213 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef75630) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:12:41,217 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:41,217 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:12:41,220 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:12:41,220 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:41,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,230 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:41,230 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:41,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:41,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:12:41,234 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:41,237 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:41,237 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:41,240 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:41,241 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,241 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:12:41,241 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef71470) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:12:41,244 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:41,245 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:12:41,248 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:12:41,248 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:41,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,258 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:41,258 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:41,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:41,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:12:41,261 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:41,265 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:41,265 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:41,268 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:41,268 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,269 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:12:41,269 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef71b00) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:12:41,272 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:41,272 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:12:41,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:12:41,276 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:41,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,286 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:41,286 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:41,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:41,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:12:41,289 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:41,293 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:41,293 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:41,296 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:41,296 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,297 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:12:41,297 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef71208) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:12:41,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:41,300 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:12:41,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:12:41,304 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:41,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,313 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:41,314 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:41,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:12:41,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:12:41,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:41,320 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:41,321 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:41,324 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:41,325 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,325 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:12:41,325 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef809e8) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:12:41,328 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:41,329 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:12:41,332 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:12:41,332 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:41,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,342 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:41,342 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:41,342 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:12:41,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:41,346 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:41,349 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:41,349 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:41,352 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:41,353 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,353 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:12:41,353 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef71a20) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:12:41,356 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:41,357 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:12:41,360 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:12:41,360 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:41,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,370 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:41,370 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:41,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:12:41,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:12:41,374 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:41,377 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:41,377 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:41,380 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:41,381 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,381 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:12:41,381 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef95908) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:12:41,385 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:41,385 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:12:41,388 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:12:41,388 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:41,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,398 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:41,399 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:41,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:12:41,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:12:41,402 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:41,405 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:41,406 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:41,409 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:41,409 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:41,409 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:12:41,410 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef95f98) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:12:41,413 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:41,413 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:12:41,416 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': '18182951'} ; 2024-03-01 21:12:41,416 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:41,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:41,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:41,426 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:41,426 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:41,426 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:41,426 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:41,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:12:41,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:12:41,430 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:41,433 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:41,433 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:41,436 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:41,437 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:41,437 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:12:41,437 INFO blivet/MainThread: got device: DiskDevice instance (0x7fab3ef95eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:12:41,440 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:41,444 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:41,444 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:12:41,447 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:41,447 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:12:41,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:41,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:12:41,454 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:41,454 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:12:41,458 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:41,461 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:41,464 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:41,468 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 0x7fab3ef83e88> 2024-03-01 21:12:44,512 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:12:44,517 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:44,517 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:44,521 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': '18185273'} ; 2024-03-01 21:12:44,521 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:44,521 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:44,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,530 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:44,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,536 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:44,549 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:44,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:12:44,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:12:44,571 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:44,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:12:44,575 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:44,578 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:44,578 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:44,581 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:44,582 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:44,582 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:44,585 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:44,588 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:44,591 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:44,594 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:44,597 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:44,598 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:44,598 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:12:44,599 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:44,598 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fab3ef6d0b8) -- 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 0x7fab3ef2b0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:44,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:44,606 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:44,606 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:12:44,609 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:44,609 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:12:44,612 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:44,613 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:12:44,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:44,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:12:44,618 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:44,618 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:44,621 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:44,622 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:12:44,625 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:44,625 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:44,625 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:44,636 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:44,648 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:44,649 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:44,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:44,661 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:44,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:44,673 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:44,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:44,684 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:44,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:44,695 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:44,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:44,707 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:44,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:44,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:44,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:12:44,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:12:49,324 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_e_9gg4xi/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:12:49,360 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:49,360 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:12:49,363 INFO program/MainThread: stdout[2]: 2024-03-01 21:12:49,363 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:12:49,363 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:12:49,364 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:12:49,368 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:49,368 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:12:49,372 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:49,372 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:12:49,375 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:49,375 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:12:49,378 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:12:49,378 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:12:49,385 INFO program/MainThread: stdout: 2024-03-01 21:12:49,386 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:12:49,386 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:12:49,386 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:49,386 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:49,386 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:12:49,386 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:49,387 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:49,387 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:12:49,387 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:12:49,387 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:12:49,387 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:12:49,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:49,400 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:49,411 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:12:49,416 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:12:49,416 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:12:49,416 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:49,446 INFO program/MainThread: stdout[3]: 2024-03-01 21:12:49,446 INFO program/MainThread: stderr[3]: 2024-03-01 21:12:49,446 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:12:49,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,459 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:12:49,464 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:12:49,464 INFO blivet/MainThread: sda is a disk 2024-03-01 21:12:49,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:12:49,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:12:49,468 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:49,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:49,472 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:49,475 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:12:49,475 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,476 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:12:49,476 INFO blivet/MainThread: got device: DiskDevice instance (0x7f691292c470) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:12:49,480 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:12:49,480 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:12:49,483 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:12:49,483 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:12:49,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,493 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:12:49,494 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:12:49,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:12:49,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:12:49,497 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:49,500 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:49,501 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:49,504 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:12:49,504 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,504 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:12:49,505 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118da3c8) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:12:49,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:12:49,508 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:12:49,511 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:12:49,512 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:12:49,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:12:49,522 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:12:49,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:12:49,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:12:49,526 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:12:49,529 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:12:49,529 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:12:49,532 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:12:49,533 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,533 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:12:49,533 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118da7b8) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:12:49,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:12:49,537 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:12:49,540 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:12:49,540 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:12:49,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,550 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:12:49,551 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:12:49,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:12:49,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:12:49,554 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:12:49,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:12:49,558 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:12:49,561 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:12:49,561 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,562 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:12:49,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118e0588) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:12:49,565 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:12:49,565 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:12:49,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:12:49,569 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:12:49,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,579 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:12:49,579 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:12:49,579 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:12:49,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:12:49,583 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:49,586 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:49,586 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:49,589 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:12:49,590 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,590 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:12:49,590 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118e0630) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:12:49,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:12:49,594 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:12:49,597 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:12:49,597 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:12:49,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,607 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:12:49,608 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:12:49,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:12:49,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:12:49,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:49,615 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:49,615 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:49,618 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:12:49,618 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,619 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:12:49,619 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118dc470) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:12:49,622 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:12:49,622 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:12:49,626 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:12:49,626 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:12:49,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,636 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:12:49,637 INFO blivet/MainThread: sde is a disk 2024-03-01 21:12:49,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:12:49,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:12:49,640 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:49,643 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:49,643 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:12:49,647 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:12:49,647 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,647 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:12:49,647 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118dcb00) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:12:49,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:12:49,651 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:12:49,654 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:12:49,655 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:12:49,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,665 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:12:49,665 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:12:49,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:12:49,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:12:49,669 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:49,672 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:49,672 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:49,675 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:12:49,675 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,676 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:12:49,676 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118dc208) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:12:49,679 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:12:49,679 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:12:49,683 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:12:49,683 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:12:49,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:12:49,693 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:12:49,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:12:49,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:12:49,697 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:49,700 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:49,700 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:49,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:12:49,704 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,705 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:12:49,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118eb9e8) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:12:49,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:12:49,708 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:12:49,712 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:12:49,712 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:12:49,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,722 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:12:49,723 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:12:49,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:12:49,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:12:49,727 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:49,730 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:49,730 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:49,733 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:12:49,734 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,734 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:12:49,734 INFO blivet/MainThread: got device: DiskDevice instance (0x7f69118dca20) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:12:49,738 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:12:49,738 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:12:49,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:12:49,741 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:12:49,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,752 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:12:49,752 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:12:49,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:12:49,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:12:49,756 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:49,759 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:49,759 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:49,762 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:12:49,763 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,763 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:12:49,763 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6911900908) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:12:49,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:12:49,767 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:12:49,770 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:12:49,770 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:12:49,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,781 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:12:49,781 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:12:49,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:12:49,781 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:12:49,784 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:49,788 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:49,788 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:49,791 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:12:49,792 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:12:49,792 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:12:49,792 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6911900f98) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:12:49,795 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:12:49,796 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:12:49,799 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': '18182951'} ; 2024-03-01 21:12:49,799 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:12:49,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:49,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:49,809 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:12:49,809 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:12:49,809 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:12:49,809 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:12:49,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:12:49,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:12:49,813 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:12:49,816 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:12:49,816 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:12:49,819 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:12:49,820 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:12:49,820 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:12:49,820 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6911900eb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:12:49,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:12:49,827 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:49,827 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:12:49,831 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:49,831 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:12:49,834 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:49,834 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:12:49,838 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:49,838 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:12:49,842 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:12:49,845 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:49,848 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:12:49,851 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 0x7f69118f1a08> 2024-03-01 21:12:52,930 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:12:52,935 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:12:52,935 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:12:52,939 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': '18185273'} ; 2024-03-01 21:12:52,939 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:12:52,939 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:12:52,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:52,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:52,949 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:12:52,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:52,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:52,955 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:52,965 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:52,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:52,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:12:52,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:12:52,987 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:12:52,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:12:52,991 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:12:52,994 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:12:52,994 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:12:52,998 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:52,998 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:52,998 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:12:53,001 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:12:53,004 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:12:53,008 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:12:53,011 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:12:53,014 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:12:53,014 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:12:53,015 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:12:53,015 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:12:53,015 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f69118dadd8) -- 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 0x7f69118960f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:12:53,019 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:12:53,022 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:12:53,022 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:12:53,026 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:12:53,026 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:12:53,029 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:53,029 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:12:53,033 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:12:53,033 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:12:53,034 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:12:53,035 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:12:53,038 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,038 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:12:53,041 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:12:53,042 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:12:53,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:53,053 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:53,065 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:12:53,066 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:12:53,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,079 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:12:53,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,090 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:12:53,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,102 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:12:53,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,113 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:12:53,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,125 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:12:53,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,136 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:12:53,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,148 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:12:53,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:12:53,154 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:12:53,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:12:53,160 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:12:53,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:12:53,166 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:12:53,169 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,169 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:12:53,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:12:53,173 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:12:53,173 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:53,176 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,176 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:53,180 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,180 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:12:53,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:12:53,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:12:53,183 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:53,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,186 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:53,189 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,189 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:12:53,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:12:53,193 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:12:53,193 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:53,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,196 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:53,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:12:53,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:12:53,205 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:53,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:12:53,212 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:53,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:12:53,219 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:12:53,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:12:53,223 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:12:53,224 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:12:53,224 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:53,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,237 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:12:53,238 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:53,238 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:12:53,238 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:12:53,239 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:53,239 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:12:53,242 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,242 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:12:53,245 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:12:53,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:53,253 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:53,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:12:53,257 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:12:53,260 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:12:53,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:12:53,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:12:53,268 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:53,268 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:12:53,268 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:12:53,269 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:12:53,273 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:12:53,273 INFO program/MainThread: stderr[4]: 2024-03-01 21:12:53,273 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:12:53,273 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:12:53,273 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:53,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:12:53,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,278 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:53,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,291 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:12:53,292 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:53,293 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:12:53,293 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:12:53,293 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:53,294 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:12:53,297 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,297 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:12:53,300 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:12:53,304 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:12:53,307 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:12:53,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:12:53,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:12:53,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:12:53,318 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:12:53,321 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:12:53,322 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:12:53,322 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:12:53,322 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:12:53,323 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:12:53,323 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:53,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:12:53,327 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,327 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:53,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,339 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:12:53,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:12:53,345 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:12:53,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:12:53,351 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:12:53,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:12:53,357 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:12:53,360 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,360 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:12:53,360 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:12:53,363 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:12:53,363 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:12:53,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,367 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:12:53,369 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,370 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:12:53,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:12:53,373 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:12:53,373 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:12:53,376 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,376 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:12:53,379 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,379 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:12:53,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:12:53,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:12:53,383 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:12:53,386 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,386 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:12:53,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:12:53,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:12:53,394 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:12:53,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:12:53,401 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:12:53,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:12:53,408 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:12:53,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:12:53,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:12:53,413 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:12:53,413 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:12:53,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,427 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:12:53,427 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:12:53,428 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:12:53,428 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:12:53,428 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:12:53,429 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:12:53,432 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,432 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:12:53,435 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:12:53,439 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:12:53,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:12:53,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:12:53,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:12:53,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:12:53,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:12:53,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:12:53,456 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:12:53,457 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:12:53,457 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:12:53,457 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:12:53,457 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:53,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:12:53,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,461 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:53,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,474 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:12:53,475 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:12:53,475 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:12:53,475 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:12:53,476 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:12:53,476 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:12:53,479 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,479 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:12:53,482 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:12:53,486 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:12:53,490 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:12:53,490 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:12:53,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:12:53,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:12:53,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:12:53,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:12:53,504 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:12:53,505 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:12:53,505 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:12:53,505 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:12:53,505 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:53,505 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:12:53,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,510 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:53,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,522 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:12:53,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:12:53,528 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:12:53,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:12:53,534 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:12:53,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:12:53,540 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:12:53,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:12:53,546 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:12:53,549 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,549 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:12:53,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:12:53,552 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:12:53,552 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:12:53,555 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,555 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:12:53,558 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,558 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:12:53,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:12:53,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:12:53,562 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:12:53,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,565 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:12:53,568 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,568 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:12:53,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:12:53,581 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:12:53,581 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:12:53,584 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,584 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:12:53,587 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:12:53,587 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:12:53,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:12:53,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:12:53,591 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:12:53,594 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:12:53,594 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:12:53,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:12:53,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:12:53,602 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:53,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:12:53,609 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:53,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:12:53,617 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:53,621 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:12:53,624 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:12:53,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:12:53,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:12:53,629 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:12:53,629 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:12:53,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,644 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:12:53,645 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,646 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:12:53,646 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:12:53,646 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,647 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:12:53,650 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,650 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:12:53,653 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:12:53,657 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:12:53,660 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:12:53,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:12:53,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:12:53,667 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:12:53,671 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:12:53,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:12:53,675 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,675 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:12:53,676 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:12:53,676 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:12:53,676 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:53,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:12:53,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,680 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:53,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,693 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:12:53,694 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,694 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:12:53,694 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:12:53,695 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,695 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:12:53,698 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,699 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:12:53,701 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:12:53,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:12:53,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:12:53,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:12:53,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:12:53,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:12:53,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:12:53,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:12:53,724 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,724 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:12:53,725 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:12:53,725 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:12:53,725 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:53,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:12:53,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,729 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:53,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,742 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:12:53,743 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,744 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:12:53,744 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:12:53,744 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,745 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:12:53,748 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,748 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:12:53,751 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:12:53,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:12:53,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:12:53,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:12:53,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:12:53,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:12:53,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:12:53,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:12:53,774 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,774 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:12:53,775 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:12:53,775 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:12:53,775 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:53,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:12:53,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,779 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:53,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:12:53,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:53,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:12:53,792 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:12:53,793 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,794 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:12:53,794 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:12:53,794 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,795 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:12:53,798 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,798 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:12:53,801 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:12:53,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:12:53,806 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:12:53,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:12:53,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:12:53,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:12:53,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:12:53,819 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:12:53,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:12:53,824 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:12:53,825 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:12:53,825 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:12:53,825 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:12:53,825 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:53,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:12:53,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:12:53,829 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:53,831 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:53,832 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:53,833 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:53,834 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:53,834 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:53,834 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:12:53,836 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:12:53,839 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:53,842 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:12:53,845 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:12:53,845 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:12:53,848 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:53,848 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 0x7f69118b7db0> 2024-03-01 21:12:53,848 INFO blivet/MainThread: sorting actions... 2024-03-01 21:12:53,884 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:12:53,884 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:12:53,885 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:12:53,885 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:12:53,885 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:12:53,886 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:12:53,886 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:12:53,887 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:53,887 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:53,887 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:53,888 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:12:53,888 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:12:53,889 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:12:53,889 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:12:53,889 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:12:53,890 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:53,890 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:53,891 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:53,891 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:53,892 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:53,892 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:53,893 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:53,893 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:53,894 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:12:53,894 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:12:53,894 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:12:53,895 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:12:53,895 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:53,896 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:53,896 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:53,896 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:53,897 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:53,897 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:53,898 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:53,898 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:53,899 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:53,899 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:53,899 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:53,900 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:53,900 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:12:53,903 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:53,906 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:12:53,906 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:12:53,915 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:53,915 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:53,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:53,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:53,955 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:53,956 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:12:53,959 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:53,962 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:12:53,963 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:12:53,969 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:53,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:53,995 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:53,995 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,007 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,008 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:12:54,011 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,014 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:12:54,015 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:12:54,022 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,049 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,062 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,063 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:12:54,067 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,069 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:12:54,070 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:12:54,076 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,076 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,105 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,116 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,116 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:12:54,120 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,123 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:12:54,123 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:12:54,129 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,155 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,155 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,165 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,165 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:12:54,169 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,172 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:12:54,172 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:12:54,178 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,205 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,215 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,215 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:12:54,219 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,222 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:12:54,222 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:12:54,229 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,229 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,255 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,267 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,267 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:12:54,271 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,274 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:12:54,274 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:12:54,280 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,306 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,318 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,318 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:12:54,322 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,325 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:12:54,325 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:12:54,332 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,358 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,358 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,370 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,370 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:12:54,374 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:12:54,377 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:12:54,377 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:12:54,384 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,384 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,410 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,410 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,420 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,420 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:12:54,424 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,428 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,431 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,431 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:12:54,431 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 21:12:54,462 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:12:54,462 INFO program/MainThread: stderr[5]: 2024-03-01 21:12:54,462 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:12:54,462 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,483 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,487 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:12:54,487 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:12:54,489 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:12:54,498 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,521 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,521 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:12:54,525 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,528 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,531 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,531 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:12:54,531 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 21:12:54,561 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:12:54,562 INFO program/MainThread: stderr[6]: 2024-03-01 21:12:54,562 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:12:54,562 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,583 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,587 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:12:54,587 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:12:54,588 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:12:54,597 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,597 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,621 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,621 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:12:54,625 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,628 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,631 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,631 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:12:54,632 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:54,661 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:12:54,662 INFO program/MainThread: stderr[7]: 2024-03-01 21:12:54,662 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:12:54,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,678 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:12:54,682 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:12:54,684 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:12:54,692 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,714 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,714 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:12:54,718 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,721 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,724 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,724 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:12:54,724 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:54,755 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:12:54,756 INFO program/MainThread: stderr[8]: 2024-03-01 21:12:54,756 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:12:54,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,776 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,780 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:12:54,780 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:12:54,782 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:12:54,790 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,815 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,815 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:12:54,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:12:54,822 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:12:54,825 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,828 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,832 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,835 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,838 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,841 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,844 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,847 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:12:54,850 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:54,914 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:12:54,914 INFO program/MainThread: stderr[9]: 2024-03-01 21:12:54,915 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:12:54,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:54,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:12:54,942 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,947 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,953 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,960 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,966 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,972 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,980 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:54,984 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:54,984 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:54,994 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:54,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:12:55,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:12:55,002 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,011 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,012 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:12:55,019 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,029 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,029 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:55,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:12:55,036 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:12:55,040 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:55,043 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:12:55,047 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,050 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:12:55,054 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,057 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:12:55,061 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,065 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:12:55,068 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,071 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:12:55,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,082 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,086 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:12:55,087 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:55,113 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj 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 21:12:55,113 INFO program/MainThread: stderr[10]: 2024-03-01 21:12:55,113 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:12:55,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:12:55,118 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:55,205 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:12:55,205 INFO program/MainThread: stderr[11]: 2024-03-01 21:12:55,206 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:12:55,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,220 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:12:55,220 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:55,220 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,265 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,270 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 21:12:55,270 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:12:55,271 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:12:55,280 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,294 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,294 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:12:55,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,302 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:12:55,305 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:12:55,305 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:12:55,321 INFO program/MainThread: stdout: 2024-03-01 21:12:55,321 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:12:55,321 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:55,322 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:55,322 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:55,322 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:12:55,322 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:55,322 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:55,322 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:12:55,322 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:55,322 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:55,322 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,323 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:12:55,336 INFO program/MainThread: stdout: 2024-03-01 21:12:55,336 INFO program/MainThread: writing all SBs 2024-03-01 21:12:55,336 INFO program/MainThread: new label = "" 2024-03-01 21:12:55,336 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,350 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:12:55,354 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:12:55,355 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:12:55,364 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,364 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,379 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:55,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:12:55,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:12:55,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,391 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:55,415 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj 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 21:12:55,416 INFO program/MainThread: stderr[12]: 2024-03-01 21:12:55,416 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:12:55,420 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:12:55,420 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:55,508 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:12:55,508 INFO program/MainThread: stderr[13]: 2024-03-01 21:12:55,508 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:12:55,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:12:55,522 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:12:55,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,568 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 21:12:55,568 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:12:55,569 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:12:55,578 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,593 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,593 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:12:55,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,601 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:12:55,604 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:12:55,604 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:12:55,620 INFO program/MainThread: stdout: 2024-03-01 21:12:55,620 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:12:55,620 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:55,620 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:55,620 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:55,620 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:12:55,620 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:55,620 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:55,621 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:12:55,621 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:55,621 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:55,621 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,621 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:12:55,640 INFO program/MainThread: stdout: 2024-03-01 21:12:55,640 INFO program/MainThread: writing all SBs 2024-03-01 21:12:55,640 INFO program/MainThread: new label = "" 2024-03-01 21:12:55,640 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,640 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,654 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,658 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:12:55,658 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:12:55,660 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:12:55,668 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,668 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,681 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,681 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:55,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:12:55,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:12:55,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,692 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:55,720 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj 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 21:12:55,720 INFO program/MainThread: stderr[14]: 2024-03-01 21:12:55,720 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:12:55,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:12:55,724 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:55,797 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:12:55,797 INFO program/MainThread: stderr[15]: 2024-03-01 21:12:55,797 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:12:55,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:12:55,820 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:12:55,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,870 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 21:12:55,871 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:12:55,871 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:12:55,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,898 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,898 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:12:55,902 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,906 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:12:55,909 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:12:55,909 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:12:55,927 INFO program/MainThread: stdout: 2024-03-01 21:12:55,928 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:12:55,928 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:55,928 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:55,928 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:55,928 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:12:55,928 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:55,928 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:55,928 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:12:55,928 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:55,928 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:55,928 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,929 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:12:55,942 INFO program/MainThread: stdout: 2024-03-01 21:12:55,942 INFO program/MainThread: writing all SBs 2024-03-01 21:12:55,942 INFO program/MainThread: new label = "" 2024-03-01 21:12:55,942 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,959 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:12:55,963 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:12:55,965 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:12:55,973 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,974 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:55,987 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:55,987 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:55,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:12:55,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:12:55,998 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:55,998 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:56,023 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj 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 21:12:56,023 INFO program/MainThread: stderr[16]: 2024-03-01 21:12:56,023 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:12:56,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:12:56,028 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:56,124 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:12:56,124 INFO program/MainThread: stderr[17]: 2024-03-01 21:12:56,124 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:12:56,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:12:56,141 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:12:56,141 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,171 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,176 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 21:12:56,176 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:12:56,177 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:12:56,185 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,201 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,201 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:12:56,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,209 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:12:56,212 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:12:56,212 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:12:56,237 INFO program/MainThread: stdout: 2024-03-01 21:12:56,238 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:12:56,238 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:56,238 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:56,238 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:56,238 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:12:56,238 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:56,238 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:56,238 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:12:56,238 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:56,238 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:56,238 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,239 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:12:56,252 INFO program/MainThread: stdout: 2024-03-01 21:12:56,252 INFO program/MainThread: writing all SBs 2024-03-01 21:12:56,252 INFO program/MainThread: new label = "" 2024-03-01 21:12:56,252 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,267 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:12:56,271 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:12:56,273 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:12:56,282 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,298 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,298 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:12:56,302 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,305 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,308 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,308 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:12:56,309 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:56,342 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:12:56,342 INFO program/MainThread: stderr[18]: 2024-03-01 21:12:56,342 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:12:56,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,361 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:12:56,365 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:12:56,367 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:12:56,376 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,377 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,402 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,402 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:12:56,406 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,410 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,413 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,413 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:12:56,413 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:56,450 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:12:56,450 INFO program/MainThread: stderr[19]: 2024-03-01 21:12:56,450 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:12:56,450 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,471 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:12:56,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 21:12:56,473 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:12:56,481 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,504 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,504 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:12:56,508 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,511 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,514 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,514 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:12:56,515 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:56,548 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:12:56,549 INFO program/MainThread: stderr[20]: 2024-03-01 21:12:56,549 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:12:56,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,567 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,571 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:12:56,571 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:12:56,573 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:12:56,581 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,581 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,603 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,603 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:12:56,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:12:56,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:12:56,613 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,616 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,620 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,623 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,626 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,629 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,632 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:12:56,632 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:56,682 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:12:56,682 INFO program/MainThread: stderr[21]: 2024-03-01 21:12:56,682 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:12:56,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:56,698 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:12:56,713 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,719 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,725 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,730 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,737 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,743 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:12:56,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:12:56,764 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,774 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,774 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:12:56,783 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,783 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,793 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,793 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:56,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:12:56,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:12:56,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:56,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:12:56,811 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,815 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,818 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,821 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,825 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,828 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:12:56,829 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,839 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:56,844 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:12:56,844 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:56,868 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:12:56,868 INFO program/MainThread: stderr[22]: 2024-03-01 21:12:56,868 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:12:56,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:12:56,872 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:56,949 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:12:56,949 INFO program/MainThread: stderr[23]: 2024-03-01 21:12:56,949 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:12:56,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:56,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:12:56,966 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:12:56,967 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:56,996 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,001 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 21:12:57,002 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:12:57,002 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:12:57,011 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,011 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,027 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,027 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:12:57,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,035 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:12:57,038 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:12:57,038 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:12:57,057 INFO program/MainThread: stdout: 2024-03-01 21:12:57,057 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:12:57,057 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:57,057 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:57,057 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:57,057 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:12:57,058 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:57,058 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:57,058 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:12:57,058 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:57,058 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:57,058 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,058 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:12:57,071 INFO program/MainThread: stdout: 2024-03-01 21:12:57,071 INFO program/MainThread: writing all SBs 2024-03-01 21:12:57,071 INFO program/MainThread: new label = "" 2024-03-01 21:12:57,071 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,085 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:12:57,089 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:12:57,090 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:12:57,099 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,112 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,112 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:57,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:12:57,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:12:57,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,123 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:57,148 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u 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 21:12:57,148 INFO program/MainThread: stderr[24]: 2024-03-01 21:12:57,148 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:12:57,152 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:12:57,152 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:57,231 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:12:57,231 INFO program/MainThread: stderr[25]: 2024-03-01 21:12:57,231 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:12:57,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:12:57,246 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:12:57,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,278 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 21:12:57,284 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:12:57,284 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:12:57,292 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,293 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,307 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:12:57,311 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,315 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:12:57,318 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:12:57,318 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:12:57,337 INFO program/MainThread: stdout: 2024-03-01 21:12:57,338 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:12:57,338 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:57,338 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:57,338 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:57,338 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:12:57,338 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:57,338 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:57,338 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:12:57,338 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:57,338 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:57,338 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,339 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:12:57,351 INFO program/MainThread: stdout: 2024-03-01 21:12:57,351 INFO program/MainThread: writing all SBs 2024-03-01 21:12:57,352 INFO program/MainThread: new label = "" 2024-03-01 21:12:57,352 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,368 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:12:57,372 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:12:57,374 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:12:57,382 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,382 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,395 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,395 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:12:57,400 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,403 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,406 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,406 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:12:57,406 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:57,436 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:12:57,436 INFO program/MainThread: stderr[26]: 2024-03-01 21:12:57,436 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:12:57,436 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,453 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,458 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:12:57,458 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:12:57,459 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:12:57,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,490 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,490 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:12:57,494 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,497 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,500 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,500 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:12:57,500 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:57,532 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:12:57,533 INFO program/MainThread: stderr[27]: 2024-03-01 21:12:57,533 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:12:57,533 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,553 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,557 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:12:57,557 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:12:57,559 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:12:57,567 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,567 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,590 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:12:57,594 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,597 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,600 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,600 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:12:57,600 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:12:57,633 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:12:57,633 INFO program/MainThread: stderr[28]: 2024-03-01 21:12:57,633 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:12:57,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,652 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,656 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:12:57,656 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:12:57,658 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:12:57,666 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,666 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,688 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,688 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:12:57,692 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:12:57,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:12:57,698 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,701 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,704 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,711 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,714 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,717 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:12:57,717 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:57,774 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:12:57,774 INFO program/MainThread: stderr[29]: 2024-03-01 21:12:57,775 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:12:57,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:57,789 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:12:57,795 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,801 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,807 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,810 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,814 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,817 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,830 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:12:57,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:12:57,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,847 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,847 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:12:57,856 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,856 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,866 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,866 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:57,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:12:57,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:12:57,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:12:57,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:12:57,884 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,888 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,891 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,895 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,898 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:57,901 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:12:57,902 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:57,914 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:57,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:12:57,918 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:57,947 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:12:57,947 INFO program/MainThread: stderr[30]: 2024-03-01 21:12:57,947 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:12:57,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:12:57,952 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:58,035 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:12:58,035 INFO program/MainThread: stderr[31]: 2024-03-01 21:12:58,035 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:12:58,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:58,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:12:58,051 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:12:58,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,079 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,083 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 21:12:58,084 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:12:58,085 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:12:58,093 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,109 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,109 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:12:58,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:58,117 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:12:58,120 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:12:58,120 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:12:58,142 INFO program/MainThread: stdout: 2024-03-01 21:12:58,142 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:12:58,142 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:58,142 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:58,142 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:58,142 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:12:58,142 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:58,143 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:58,143 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:12:58,143 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:58,143 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:58,143 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,143 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:12:58,155 INFO program/MainThread: stdout: 2024-03-01 21:12:58,155 INFO program/MainThread: writing all SBs 2024-03-01 21:12:58,155 INFO program/MainThread: new label = "" 2024-03-01 21:12:58,156 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,156 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,173 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,177 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:12:58,177 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:12:58,179 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:12:58,187 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,201 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,201 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:58,205 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:12:58,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:12:58,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:58,212 INFO program/MainThread: Running [32] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:58,246 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK 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 21:12:58,246 INFO program/MainThread: stderr[32]: 2024-03-01 21:12:58,246 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:12:58,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:12:58,251 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:12:58,334 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:12:58,335 INFO program/MainThread: stderr[33]: 2024-03-01 21:12:58,335 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:12:58,343 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:58,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:58,350 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:12:58,351 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,379 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,384 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 21:12:58,385 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:12:58,385 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:12:58,394 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,409 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,409 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:12:58,414 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:12:58,417 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:12:58,420 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:12:58,420 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:12:58,437 INFO program/MainThread: stdout: 2024-03-01 21:12:58,437 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:12:58,437 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:12:58,438 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:12:58,438 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:12:58,438 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:12:58,438 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:12:58,438 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:12:58,438 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:12:58,438 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:12:58,438 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:12:58,438 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,439 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:12:58,451 INFO program/MainThread: stdout: 2024-03-01 21:12:58,451 INFO program/MainThread: writing all SBs 2024-03-01 21:12:58,451 INFO program/MainThread: new label = "" 2024-03-01 21:12:58,451 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,467 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:12:58,472 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:12:58,473 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:12:58,481 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,482 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:12:58,496 DEBUG program/MainThread: Return code: 0 2024-03-01 21:12:58,501 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:12:58,502 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 0x7f69118cd0f8> 2024-03-01 21:12:58,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:12:58,509 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:12:58,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,515 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 21:12:58,516 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:12:58,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:12:58,522 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:12:58,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:12:58,529 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:12:58,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,535 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 21:12:58,535 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:12:58,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:12:58,541 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:12:58,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:12:58,547 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:12:58,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:12:58,554 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:12:58,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:12:58,560 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:12:58,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,566 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 21:12:58,566 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:12:58,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:12:58,572 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:12:58,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:12:58,579 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:12:58,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,585 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 21:12:58,585 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:12:58,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:12:58,591 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:12:58,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:12:58,597 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:12:58,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:12:58,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:12:58,603 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:13:28,596 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_a3qwpb3x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:28,632 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:28,632 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:13:28,635 INFO program/MainThread: stdout[2]: 2024-03-01 21:13:28,635 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:13:28,635 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:13:28,636 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:13:28,640 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:28,640 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:13:28,644 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:28,644 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:13:28,647 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:28,647 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:13:28,651 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:28,651 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:13:28,662 INFO program/MainThread: stdout: 2024-03-01 21:13:28,662 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:13:28,663 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 2024-03-01 21:13:28,663 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 2024-03-01 21:13:28,663 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8fc1ef6d-bbd6-4247-b530-ed7eeda4626d 2024-03-01 21:13:28,663 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q 2024-03-01 21:13:28,663 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs 2024-03-01 21:13:28,663 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 999d79ac-50d3-445c-81e3-2f951133289c 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 3dcae0ec-2e73-4ad3-9e12-6b022b137e7a 2024-03-01 21:13:28,663 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig 2024-03-01 21:13:28,663 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX 2024-03-01 21:13:28,663 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 2024-03-01 21:13:28,663 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 2024-03-01 21:13:28,663 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 65899895-cd07-472c-aa27-5a103dfc9cf4 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd 2024-03-01 21:13:28,663 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd 2024-03-01 21:13:28,663 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 2024-03-01 21:13:28,663 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 2024-03-01 21:13:28,663 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 2024-03-01 21:13:28,663 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:13:28,663 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:13:28,663 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:13:28,663 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:28,663 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:28,663 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 sdb 1073741824 root disk brw-rw---- LVM2_member P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8fc1ef6d-bbd6-4247-b530-ed7eeda4626d sdc 1073741824 root disk brw-rw---- LVM2_member hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q sdd 1073741824 root disk brw-rw---- LVM2_member V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 999d79ac-50d3-445c-81e3-2f951133289c `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 3dcae0ec-2e73-4ad3-9e12-6b022b137e7a sde 1073741824 root disk brw-rw---- LVM2_member Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig sdf 1073741824 root disk brw-rw---- LVM2_member PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX sdg 1073741824 root disk brw-rw---- LVM2_member bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 65899895-cd07-472c-aa27-5a103dfc9cf4 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd sdh 1073741824 root disk brw-rw---- LVM2_member IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd sdi 1073741824 root disk brw-rw---- LVM2_member WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 sdj 1073741824 root disk brw-rw---- LVM2_member k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:28,664 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:28,664 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:28,664 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:13:28,664 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:28,664 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:13:28,665 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:13:28,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:28,676 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:28,690 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 21:13:28,695 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/lvm-pv-uuid-pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93', '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': 'pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp', 'ID_FS_UUID_ENC': 'pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:13:28,695 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:13:28,696 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:28,724 INFO program/MainThread: stdout[3]: 2024-03-01 21:13:28,724 INFO program/MainThread: stderr[3]: 2024-03-01 21:13:28,724 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:13:28,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:28,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:28,737 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:13:28,742 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:13:28,742 INFO blivet/MainThread: sda is a disk 2024-03-01 21:13:28,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:13:28,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:13:28,746 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:13:28,750 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:13:28,750 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:13:28,753 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:13:28,753 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:13:28,754 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:13:28,754 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5adf30cc0) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:13:28,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:13:28,761 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:28,761 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:13:28,765 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:28,765 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:13:28,768 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:28,768 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:13:28,772 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:28,772 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:13:28,775 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:13:28,775 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:13:28,775 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:28,805 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:28,805 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39. WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (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 21:13:28,805 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:13:28,806 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:13:28,810 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; pe_start: 8 MiB ; 2024-03-01 21:13:28,810 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:13:28,813 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:13:28,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:28,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:28,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:28,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:28,826 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:28,853 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:28,853 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39. WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (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 21:13:28,853 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:13:28,853 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:28,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:13:28,861 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:13:28,864 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:28,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:13:28,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:13:28,868 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:28,896 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm 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 21:13:28,896 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39. WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (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 21:13:28,896 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:13:28,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:13:28,902 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:13:28,905 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:13:28,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:28,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:13:28,911 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:13:28,911 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:28,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/lvm-pv-uuid-P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52', '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': 'P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39', 'ID_FS_UUID_ENC': 'P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:13:28,915 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:13:28,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:28,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:28,925 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:13:28,926 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:13:28,926 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:13:28,926 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:13:28,929 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:13:28,932 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:13:28,932 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:13:28,936 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:13:28,936 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:13:28,936 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:13:28,936 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acd9f358) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:13:28,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:13:28,943 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:28,944 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:13:28,947 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:28,947 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:13:28,950 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:28,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:13:28,954 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:28,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:13:28,957 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:13:28,957 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:13:28,957 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:28,990 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:28,991 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (last written to /dev/sdc). 2024-03-01 21:13:28,991 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:13:28,991 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:13:28,995 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:13:28,995 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:13:28,999 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:13:29,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:13:29,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:13:29,011 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:29,015 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:13:29,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:29,021 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,048 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:29,048 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (last written to /dev/sdc). 2024-03-01 21:13:29,048 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:13:29,049 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:13:29,049 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:29,053 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:13:29,053 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:13:29,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,064 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:13:29,064 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:13:29,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:13:29,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:13:29,068 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:13:29,071 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:13:29,071 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:13:29,074 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:13:29,075 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:13:29,075 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:13:29,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acd9f518) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:13:29,079 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:13:29,079 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:13:29,082 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:13:29,082 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:13:29,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,092 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:13:29,093 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:13:29,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:13:29,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:13:29,096 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:13:29,099 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:13:29,099 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:13:29,103 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:13:29,103 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:13:29,103 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:13:29,103 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdacd30) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:13:29,107 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:13:29,107 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:13:29,110 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', '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': 'hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q', 'ID_FS_UUID_ENC': 'hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:13:29,110 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:13:29,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,120 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:13:29,120 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:13:29,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:13:29,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:13:29,124 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:13:29,127 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:13:29,127 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:13:29,130 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:13:29,130 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:13:29,131 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:13:29,131 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdb4320) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:13:29,134 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:13:29,138 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,138 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:13:29,141 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,141 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:13:29,144 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,144 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:13:29,148 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,148 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:13:29,151 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:13:29,151 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:13:29,151 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 21:13:29,178 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:29,178 INFO program/MainThread: stderr[9]: 2024-03-01 21:13:29,178 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:13:29,178 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:13:29,182 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:29,183 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:13:29,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:13:29,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:29,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:13:29,199 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:29,202 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:13:29,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:29,208 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 21:13:29,234 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:29,234 INFO program/MainThread: stderr[10]: 2024-03-01 21:13:29,234 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:13:29,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:29,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:13:29,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:29,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:13:29,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:13:29,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:29,259 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:13:29,263 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 21:13:29,263 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:13:29,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:13:29,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:13:29,271 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:29,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:13:29,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:13:29,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:29,278 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:13:29,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 21:13:29,282 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:13:29,282 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:13:29,282 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:13:29,286 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:29,286 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:13:29,289 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 21:13:29,289 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:13:29,293 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/8fc1ef6d-bbd6-4247-b530-ed7eeda4626d ' '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'ID_FS_UUID_ENC': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018419140'} ; 2024-03-01 21:13:29,293 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:13:29,293 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:29,297 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:13:29,297 INFO program/MainThread: stderr[11]: 2024-03-01 21:13:29,297 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:13:29,297 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:29,300 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:13:29,300 INFO program/MainThread: stderr[12]: 2024-03-01 21:13:29,300 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:13:29,301 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:29,304 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:13:29,304 INFO program/MainThread: stderr[13]: 2024-03-01 21:13:29,304 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:13:29,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:13:29,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:29,315 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:13:29,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:29,316 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:13:29,311 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acdb4f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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 (0x7fa5ace2dac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:13:29,316 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:29,319 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:13:29,320 INFO program/MainThread: stderr[14]: 2024-03-01 21:13:29,320 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:13:29,324 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:29,328 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,328 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:13:29,331 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,331 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:13:29,335 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,335 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:13:29,338 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,338 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:13:29,340 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:13:29,341 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:13:29,344 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:29,344 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:13:29,348 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:13:29,348 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:29,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:29,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:13:29,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:13:29,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:13:29,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:13:29,371 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:29,372 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:13:29,375 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 21:13:29,376 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:29,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:13:29,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:13:29,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:13:29,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:13:29,386 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:13:29,390 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:29,390 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:13:29,393 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 21:13:29,394 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:29,394 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:13:29,394 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:13:29,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:29,397 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:13:29,401 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 21:13:29,401 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:29,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'ID_FS_UUID_ENC': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018118700'} ; 2024-03-01 21:13:29,405 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:13:29,405 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:29,409 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:13:29,409 INFO program/MainThread: stderr[15]: 2024-03-01 21:13:29,409 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:13:29,409 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:29,412 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:13:29,412 INFO program/MainThread: stderr[16]: 2024-03-01 21:13:29,413 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:13:29,413 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:29,416 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:13:29,416 INFO program/MainThread: stderr[17]: 2024-03-01 21:13:29,416 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:13:29,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:13:29,426 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:29,427 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:29,427 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:29,428 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:29,424 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5ade7ecc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm 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 (0x7fa5ace2dac8) -- name = test_vg1 status = True 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:13:29,429 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:29,432 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:13:29,432 INFO program/MainThread: stderr[18]: 2024-03-01 21:13:29,432 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:13:29,436 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:13:29,440 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,440 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:13:29,444 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,444 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:13:29,447 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,447 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:13:29,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:13:29,452 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:13:29,455 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:29,455 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:13:29,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:13:29,458 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:29,459 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:29,462 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/lvm-pv-uuid-V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs', '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': 'V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs', 'ID_FS_UUID_ENC': 'V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:13:29,462 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:13:29,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,473 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:13:29,473 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:13:29,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:13:29,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:13:29,476 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:13:29,480 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:13:29,480 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:13:29,483 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:13:29,483 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:13:29,484 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:13:29,484 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdc5048) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:13:29,487 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:13:29,491 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,491 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:13:29,494 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,494 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:13:29,497 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,498 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:13:29,501 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,501 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:13:29,504 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:13:29,504 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:13:29,504 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,533 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:29,533 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig. WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig (last written to /dev/sde). WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:29,533 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:13:29,534 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:13:29,538 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:13:29,538 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:13:29,541 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:13:29,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:29,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,554 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,582 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 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=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:29,582 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig. WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig (last written to /dev/sde). WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:29,582 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:13:29,582 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:29,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:13:29,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:13:29,591 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:13:29,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:13:29,595 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:13:29,595 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,621 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 21:13:29,621 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig. WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig (last written to /dev/sde). WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:29,621 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:13:29,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:13:29,626 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:13:29,629 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:13:29,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:13:29,635 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:13:29,635 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:29,639 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/lvm-pv-uuid-Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce', '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': 'Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig', 'ID_FS_UUID_ENC': 'Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:13:29,639 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:13:29,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,650 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:13:29,650 INFO blivet/MainThread: sde is a disk 2024-03-01 21:13:29,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:13:29,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:13:29,653 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:13:29,657 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:13:29,657 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:13:29,660 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:13:29,661 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:13:29,661 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:13:29,661 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdce7b8) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:13:29,664 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:13:29,668 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,668 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:13:29,671 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,671 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:13:29,675 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:13:29,678 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,678 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:13:29,681 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:13:29,681 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:13:29,681 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,708 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:29,708 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:29,708 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:13:29,708 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:13:29,712 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:29,712 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:13:29,716 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:13:29,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:13:29,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:13:29,729 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:13:29,732 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:13:29,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:29,738 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,768 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 21:13:29,768 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:29,768 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:13:29,768 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:13:29,768 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:29,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/lvm-pv-uuid-PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc', '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': 'PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX', 'ID_FS_UUID_ENC': 'PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:13:29,773 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:13:29,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:13:29,785 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:13:29,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:13:29,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:13:29,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:13:29,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:13:29,791 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:13:29,795 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:13:29,795 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:13:29,796 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:13:29,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdce6d8) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:13:29,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:13:29,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:13:29,806 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,806 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:13:29,809 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:13:29,813 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:29,813 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:13:29,816 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:13:29,816 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:13:29,816 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,843 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:29,843 INFO program/MainThread: stderr[24]: 2024-03-01 21:13:29,843 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:13:29,843 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:13:29,847 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:29,847 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:13:29,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:13:29,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:29,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:13:29,864 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:13:29,867 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:13:29,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:29,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:29,873 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:29,901 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 21:13:29,901 INFO program/MainThread: stderr[25]: 2024-03-01 21:13:29,901 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:13:29,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:29,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:29,915 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:13:29,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:13:29,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:13:29,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:13:29,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:29,926 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:13:29,930 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 21:13:29,930 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:13:29,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:13:29,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:13:29,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:13:29,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:13:29,941 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:13:29,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:29,944 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:13:29,948 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 21:13:29,948 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:13:29,948 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:13:29,949 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:13:29,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:29,952 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:13:29,955 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 21:13:29,956 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:13:29,959 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3dcae0ec-2e73-4ad3-9e12-6b022b137e7a ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I ' '/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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'ID_FS_UUID_ENC': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017318514'} ; 2024-03-01 21:13:29,959 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:13:29,960 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:29,963 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:13:29,964 INFO program/MainThread: stderr[26]: 2024-03-01 21:13:29,964 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:13:29,964 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:29,967 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:13:29,967 INFO program/MainThread: stderr[27]: 2024-03-01 21:13:29,967 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:13:29,967 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:29,970 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:13:29,970 INFO program/MainThread: stderr[28]: 2024-03-01 21:13:29,970 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:13:29,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:29,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:13:29,981 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:29,982 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:13:29,982 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:29,983 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:13:29,979 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acdd5f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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 (0x7fa5acdce4e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:29,983 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:29,986 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:13:29,987 INFO program/MainThread: stderr[29]: 2024-03-01 21:13:29,987 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:13:29,991 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:13:29,995 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:29,995 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:13:29,999 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:29,999 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:13:30,002 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,002 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:13:30,006 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,006 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:13:30,006 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:13:30,010 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:30,010 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:13:30,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:13:30,013 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:30,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:30,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:13:30,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:13:30,038 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:13:30,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:13:30,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:30,045 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:13:30,049 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 21:13:30,049 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:13:30,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:13:30,053 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:13:30,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:13:30,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:13:30,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:13:30,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:30,063 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:13:30,067 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 21:13:30,067 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:13:30,068 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:13:30,068 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:13:30,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:30,071 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:13:30,074 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 21:13:30,075 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:13:30,078 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/999d79ac-50d3-445c-81e3-2f951133289c ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy ' '/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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '999d79ac-50d3-445c-81e3-2f951133289c', 'ID_FS_UUID_ENC': '999d79ac-50d3-445c-81e3-2f951133289c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017038361'} ; 2024-03-01 21:13:30,078 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:13:30,079 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:30,083 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:13:30,083 INFO program/MainThread: stderr[30]: 2024-03-01 21:13:30,083 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:13:30,083 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:30,086 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:13:30,086 INFO program/MainThread: stderr[31]: 2024-03-01 21:13:30,086 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:13:30,086 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:30,089 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:13:30,090 INFO program/MainThread: stderr[32]: 2024-03-01 21:13:30,090 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:13:30,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:13:30,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:30,101 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:30,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:30,102 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:30,098 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5bbe4cac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 (0x7fa5acdce4e0) -- name = test_vg2 status = 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:13:30,103 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:30,106 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:13:30,106 INFO program/MainThread: stderr[33]: 2024-03-01 21:13:30,106 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:13:30,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:13:30,114 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,114 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:13:30,117 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,117 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:13:30,121 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,121 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:13:30,125 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,125 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:13:30,125 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:13:30,128 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:30,129 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:13:30,132 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:13:30,132 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:30,132 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:30,136 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/lvm-pv-uuid-bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9', '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': 'bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9', 'ID_FS_UUID_ENC': 'bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:13:30,136 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:13:30,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,147 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:13:30,147 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:13:30,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:13:30,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:13:30,151 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:13:30,154 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:13:30,154 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:13:30,157 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:13:30,158 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:13:30,158 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:13:30,158 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdb42b0) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:13:30,161 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:13:30,165 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,165 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:13:30,168 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,168 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:13:30,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,172 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:13:30,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:13:30,178 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:13:30,178 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:13:30,178 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,209 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:30,209 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf. WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,209 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:13:30,210 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:13:30,214 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:13:30,214 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:13:30,217 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:13:30,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:30,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,230 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,260 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 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=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 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=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:30,260 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf. WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,260 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:13:30,260 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:30,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:13:30,266 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:13:30,269 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:30,270 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:13:30,273 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:13:30,273 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,303 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:30,303 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf. WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,303 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:13:30,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:13:30,308 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:13:30,311 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:13:30,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,318 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:13:30,318 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:30,322 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/lvm-pv-uuid-IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf', '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': 'IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf', 'ID_FS_UUID_ENC': 'IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:13:30,322 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:13:30,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,333 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:13:30,333 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:13:30,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:13:30,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:13:30,337 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:13:30,340 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:13:30,340 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:13:30,344 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:13:30,344 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:13:30,344 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:13:30,344 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdac978) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:13:30,348 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:13:30,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:13:30,355 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,355 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:13:30,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:13:30,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,361 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:13:30,364 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:13:30,364 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:13:30,365 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,395 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:30,395 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,395 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:13:30,396 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:13:30,400 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; 2024-03-01 21:13:30,400 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:13:30,403 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:13:30,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:13:30,416 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:30,419 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:13:30,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,426 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,458 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:30,458 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,458 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:13:30,459 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:13:30,459 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:30,464 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/lvm-pv-uuid-WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW', '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': 'WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW', 'ID_FS_UUID_ENC': 'WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:13:30,464 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:13:30,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,475 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:13:30,476 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:13:30,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:13:30,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:13:30,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:13:30,482 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:13:30,483 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:13:30,486 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:13:30,486 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:13:30,487 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:13:30,487 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdceda0) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:13:30,490 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:13:30,494 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,494 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:13:30,497 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,497 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:13:30,501 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,501 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:13:30,504 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,504 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:13:30,507 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:13:30,507 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:13:30,507 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,537 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:30,537 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,537 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:13:30,537 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:13:30,541 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; 2024-03-01 21:13:30,542 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:13:30,545 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:13:30,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,555 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:13:30,558 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:30,561 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:13:30,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,567 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,598 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:30,598 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:30,598 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:13:30,598 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:13:30,599 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:30,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/lvm-pv-uuid-k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': 'k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2', 'ID_FS_UUID_ENC': 'k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:13:30,603 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:13:30,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,615 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:13:30,615 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:13:30,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:13:30,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:13:30,619 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:13:30,622 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:13:30,622 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:13:30,625 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:13:30,626 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:13:30,626 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:13:30,626 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acdde550) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:13:30,630 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:13:30,633 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,633 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:13:30,637 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,637 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:13:30,640 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,640 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:13:30,643 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,644 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:13:30,646 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:13:30,647 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:13:30,647 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,676 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:30,676 INFO program/MainThread: stderr[41]: 2024-03-01 21:13:30,676 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:13:30,676 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:13:30,680 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:13:30,681 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:13:30,684 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:13:30,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:13:30,697 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:30,700 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:13:30,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:30,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:30,707 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:30,737 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:30,737 INFO program/MainThread: stderr[42]: 2024-03-01 21:13:30,737 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:13:30,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:30,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:13:30,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:13:30,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:13:30,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:13:30,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:30,763 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:13:30,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:13:30,767 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:13:30,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:13:30,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:13:30,774 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:13:30,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:13:30,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:13:30,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:30,782 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:13:30,785 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 21:13:30,785 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:13:30,786 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:13:30,786 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:13:30,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:30,789 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:13:30,792 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 21:13:30,793 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:13:30,796 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/058bce04-f58c-4261-912c-c33899b60ba6', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '058bce04-f58c-4261-912c-c33899b60ba6', 'ID_FS_UUID_ENC': '058bce04-f58c-4261-912c-c33899b60ba6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1016195376'} ; 2024-03-01 21:13:30,796 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:13:30,797 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:30,800 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:13:30,801 INFO program/MainThread: stderr[43]: 2024-03-01 21:13:30,801 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:13:30,801 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:30,804 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:13:30,804 INFO program/MainThread: stderr[44]: 2024-03-01 21:13:30,804 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:13:30,804 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:30,807 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:13:30,807 INFO program/MainThread: stderr[45]: 2024-03-01 21:13:30,807 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:13:30,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:13:30,819 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:30,819 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:13:30,820 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:30,820 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:13:30,816 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acddea58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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 (0x7fa5acd9f8d0) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:30,821 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:30,824 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:13:30,824 INFO program/MainThread: stderr[46]: 2024-03-01 21:13:30,824 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:13:30,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:13:30,832 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,832 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:13:30,836 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,836 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:13:30,839 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,840 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:13:30,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,843 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:13:30,843 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:13:30,847 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:30,847 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:13:30,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:13:30,850 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:30,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:30,863 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:13:30,867 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:13:30,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:13:30,870 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:13:30,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:30,874 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:13:30,878 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 21:13:30,878 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:13:30,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:13:30,882 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:13:30,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:13:30,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:13:30,889 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:13:30,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:30,892 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:13:30,896 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 21:13:30,896 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:13:30,896 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:13:30,897 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:13:30,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:30,900 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:13:30,903 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 21:13:30,904 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:13:30,907 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/34e0a4be-8c47-475c-8f33-3b908eae86bd ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'ID_FS_UUID_ENC': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015891570'} ; 2024-03-01 21:13:30,908 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:13:30,908 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:30,911 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:13:30,911 INFO program/MainThread: stderr[47]: 2024-03-01 21:13:30,912 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:13:30,912 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:30,915 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:13:30,915 INFO program/MainThread: stderr[48]: 2024-03-01 21:13:30,915 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:13:30,915 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:30,918 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:13:30,918 INFO program/MainThread: stderr[49]: 2024-03-01 21:13:30,918 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:13:30,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:13:30,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:30,930 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:13:30,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:30,932 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:13:30,927 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acdc5080) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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 (0x7fa5acd9f8d0) -- name = test_vg3 status = True 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:13:30,932 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:30,935 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:13:30,935 INFO program/MainThread: stderr[50]: 2024-03-01 21:13:30,935 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:13:30,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:13:30,943 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:30,943 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:13:30,947 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:30,947 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:13:30,951 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,951 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:13:30,954 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:30,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:13:30,955 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:13:30,958 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:30,958 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:13:30,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:13:30,962 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:30,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:30,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW ; incomplete: False ; hidden: False ; 2024-03-01 21:13:30,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:30,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:13:30,978 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:13:30,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:13:30,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:13:30,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:30,986 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:13:30,989 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 21:13:30,990 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:13:30,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:13:30,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:13:30,997 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:13:30,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:13:31,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:13:31,004 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:31,004 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:13:31,008 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 21:13:31,008 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:13:31,008 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:13:31,008 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:13:31,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:31,012 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:13:31,015 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 21:13:31,015 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:13:31,019 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW ' '/dev/disk/by-uuid/65899895-cd07-472c-aa27-5a103dfc9cf4 ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'ID_FS_UUID_ENC': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015586926'} ; 2024-03-01 21:13:31,019 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:13:31,019 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:31,023 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:13:31,023 INFO program/MainThread: stderr[51]: 2024-03-01 21:13:31,023 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:13:31,023 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:31,026 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:13:31,027 INFO program/MainThread: stderr[52]: 2024-03-01 21:13:31,027 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:13:31,027 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:31,030 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:13:31,030 INFO program/MainThread: stderr[53]: 2024-03-01 21:13:31,030 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:13:31,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:31,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:13:31,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:31,043 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:13:31,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:31,044 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:13:31,039 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5adf37710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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 (0x7fa5acd9f8d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:13:31,045 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:31,048 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:13:31,048 INFO program/MainThread: stderr[54]: 2024-03-01 21:13:31,048 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:13:31,052 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:13:31,056 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:31,056 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:13:31,060 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:31,060 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:13:31,063 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:31,063 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:13:31,067 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:31,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:13:31,067 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:13:31,070 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:31,071 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:13:31,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:13:31,074 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:31,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:31,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:31,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym ; incomplete: False ; hidden: False ; 2024-03-01 21:13:31,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:31,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:13:31,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:13:31,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:13:31,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:13:31,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:31,098 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:31,102 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 21:13:31,102 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:13:31,102 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:13:31,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:13:31,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:13:31,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:13:31,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:13:31,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:31,116 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:31,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:13:31,120 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:13:31,121 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:13:31,121 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:13:31,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:31,124 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:31,127 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 21:13:31,128 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:13:31,131 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/e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'ID_FS_UUID_ENC': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015285896'} ; 2024-03-01 21:13:31,132 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:31,132 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:31,135 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:13:31,135 INFO program/MainThread: stderr[55]: 2024-03-01 21:13:31,136 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:13:31,136 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:31,139 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:13:31,139 INFO program/MainThread: stderr[56]: 2024-03-01 21:13:31,139 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:13:31,139 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:31,142 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:13:31,142 INFO program/MainThread: stderr[57]: 2024-03-01 21:13:31,142 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:13:31,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:31,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:13:31,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:31,155 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:31,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:31,157 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:31,151 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acd687f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 (0x7fa5acd9f8d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:13:31,158 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:31,161 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:13:31,161 INFO program/MainThread: stderr[58]: 2024-03-01 21:13:31,162 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:13:31,166 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:13:31,169 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:31,169 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:13:31,173 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:31,173 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:13:31,177 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:31,177 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:13:31,180 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:31,180 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:13:31,181 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:13:31,184 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:31,184 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:13:31,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:13:31,188 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:31,188 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:31,191 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': '18182951'} ; 2024-03-01 21:13:31,191 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:13:31,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:31,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:31,203 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:13:31,203 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:13:31,203 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:13:31,203 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:13:31,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:13:31,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:13:31,206 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:13:31,210 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:13:31,210 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:13:31,213 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:13:31,213 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:13:31,214 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:13:31,214 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa5acd74048) -- 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 21:13:31,217 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:13:31,220 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:31,221 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:13:31,224 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:31,224 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:13:31,227 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:31,227 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:13:31,231 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:31,231 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:13:31,234 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:13:31,237 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:31,240 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:13:31,244 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 0x7fa5acdb6b48> 2024-03-01 21:13:34,443 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:13:34,448 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:13:34,448 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:13:34,452 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': '18185273'} ; 2024-03-01 21:13:34,452 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:13:34,452 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:13:34,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,463 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:13:34,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:34,480 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:34,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:13:34,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:13:34,506 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:13:34,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:13:34,509 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:13:34,512 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:13:34,513 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:13:34,516 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:34,516 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:34,516 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:13:34,519 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:13:34,523 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:13:34,526 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:13:34,529 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:13:34,532 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:34,533 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:34,533 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:13:34,533 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:13:34,533 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa5acd87f28) -- 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 0x7fa5acd8c9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:13:34,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:13:34,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:34,541 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:13:34,544 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:34,544 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:13:34,548 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:34,548 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:13:34,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:34,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:13:34,551 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:13:34,554 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:34,555 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:13:34,557 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:13:34,558 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:34,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'ID_FS_UUID_ENC': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015285896'} ; 2024-03-01 21:13:34,561 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:34,561 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:34,565 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:13:34,565 INFO program/MainThread: stderr[59]: 2024-03-01 21:13:34,565 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:13:34,565 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:34,568 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:13:34,568 INFO program/MainThread: stderr[60]: 2024-03-01 21:13:34,568 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:13:34,569 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:34,572 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:13:34,572 INFO program/MainThread: stderr[61]: 2024-03-01 21:13:34,572 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:13:34,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:13:34,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,584 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,586 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,580 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acd687f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5acd9f8d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:13:34,587 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:34,590 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:13:34,590 INFO program/MainThread: stderr[62]: 2024-03-01 21:13:34,590 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:13:34,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:13:34,594 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:13:34,597 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/65899895-cd07-472c-aa27-5a103dfc9cf4 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'ID_FS_UUID_ENC': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015586926'} ; 2024-03-01 21:13:34,598 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:13:34,598 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:34,601 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:13:34,601 INFO program/MainThread: stderr[63]: 2024-03-01 21:13:34,601 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:13:34,601 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:34,604 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:13:34,604 INFO program/MainThread: stderr[64]: 2024-03-01 21:13:34,604 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:13:34,604 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:34,608 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:13:34,608 INFO program/MainThread: stderr[65]: 2024-03-01 21:13:34,608 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:13:34,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:13:34,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,620 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,622 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,616 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5adf37710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5acd9f8d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:13:34,623 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:34,626 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:13:34,626 INFO program/MainThread: stderr[66]: 2024-03-01 21:13:34,626 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:13:34,630 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:13:34,630 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:13:34,633 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/34e0a4be-8c47-475c-8f33-3b908eae86bd ' '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'ID_FS_UUID_ENC': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015891570'} ; 2024-03-01 21:13:34,633 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:13:34,633 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:34,636 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:13:34,637 INFO program/MainThread: stderr[67]: 2024-03-01 21:13:34,637 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:13:34,637 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:34,640 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:13:34,640 INFO program/MainThread: stderr[68]: 2024-03-01 21:13:34,640 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:13:34,640 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:34,643 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:13:34,643 INFO program/MainThread: stderr[69]: 2024-03-01 21:13:34,643 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:13:34,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:13:34,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,656 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,657 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,651 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acdc5080) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5acd9f8d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:13:34,658 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:34,661 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:13:34,661 INFO program/MainThread: stderr[70]: 2024-03-01 21:13:34,661 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:13:34,665 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:13:34,665 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:13:34,668 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa ' '/dev/disk/by-uuid/058bce04-f58c-4261-912c-c33899b60ba6', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '058bce04-f58c-4261-912c-c33899b60ba6', 'ID_FS_UUID_ENC': '058bce04-f58c-4261-912c-c33899b60ba6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1016195376'} ; 2024-03-01 21:13:34,669 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:13:34,669 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:34,672 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:13:34,672 INFO program/MainThread: stderr[71]: 2024-03-01 21:13:34,672 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:13:34,672 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:34,675 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:13:34,675 INFO program/MainThread: stderr[72]: 2024-03-01 21:13:34,675 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:13:34,676 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:34,678 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:13:34,679 INFO program/MainThread: stderr[73]: 2024-03-01 21:13:34,679 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:13:34,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,687 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 21:13:34,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,691 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:34,693 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:34,687 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acddea58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5acd9f8d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:34,694 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:34,697 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:13:34,697 INFO program/MainThread: stderr[74]: 2024-03-01 21:13:34,697 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:13:34,701 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:13:34,701 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:13:34,704 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/999d79ac-50d3-445c-81e3-2f951133289c', '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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '999d79ac-50d3-445c-81e3-2f951133289c', 'ID_FS_UUID_ENC': '999d79ac-50d3-445c-81e3-2f951133289c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017038361'} ; 2024-03-01 21:13:34,704 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:13:34,704 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:34,707 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:13:34,708 INFO program/MainThread: stderr[75]: 2024-03-01 21:13:34,708 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:13:34,708 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:34,711 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:13:34,711 INFO program/MainThread: stderr[76]: 2024-03-01 21:13:34,711 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:13:34,711 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:34,714 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:13:34,714 INFO program/MainThread: stderr[77]: 2024-03-01 21:13:34,714 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:13:34,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:13:34,725 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:34,726 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:34,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:34,727 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:34,722 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5bbe4cac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5acdce4e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:13:34,727 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:34,730 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:13:34,730 INFO program/MainThread: stderr[78]: 2024-03-01 21:13:34,730 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:13:34,734 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:13:34,734 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:13:34,738 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/3dcae0ec-2e73-4ad3-9e12-6b022b137e7a ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I ' '/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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'ID_FS_UUID_ENC': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017318514'} ; 2024-03-01 21:13:34,738 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:13:34,738 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:34,741 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:13:34,741 INFO program/MainThread: stderr[79]: 2024-03-01 21:13:34,741 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:13:34,741 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:34,744 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:13:34,745 INFO program/MainThread: stderr[80]: 2024-03-01 21:13:34,745 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:13:34,745 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:34,748 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:13:34,748 INFO program/MainThread: stderr[81]: 2024-03-01 21:13:34,748 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:13:34,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:13:34,759 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:34,759 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:34,760 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:34,761 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:34,756 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acdd5f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5acdce4e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:34,761 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:34,764 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:13:34,764 INFO program/MainThread: stderr[82]: 2024-03-01 21:13:34,764 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:13:34,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:13:34,768 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:13:34,772 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/07b5b36a-93bb-4564-ba14-8059e5f4bdf8 ' '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'ID_FS_UUID_ENC': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018118700'} ; 2024-03-01 21:13:34,772 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:13:34,772 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:34,775 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:13:34,775 INFO program/MainThread: stderr[83]: 2024-03-01 21:13:34,775 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:13:34,775 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:34,778 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:13:34,778 INFO program/MainThread: stderr[84]: 2024-03-01 21:13:34,779 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:13:34,779 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:34,782 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:13:34,782 INFO program/MainThread: stderr[85]: 2024-03-01 21:13:34,782 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:13:34,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,789 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 21:13:34,792 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:34,793 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:34,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:34,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:34,790 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5ade7ecc0) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5ace2dac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:13:34,795 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:34,798 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:13:34,798 INFO program/MainThread: stderr[86]: 2024-03-01 21:13:34,798 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:13:34,802 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:13:34,802 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:13:34,805 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/8fc1ef6d-bbd6-4247-b530-ed7eeda4626d ' '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe ' '/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-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'ID_FS_UUID_ENC': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018419140'} ; 2024-03-01 21:13:34,805 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:13:34,805 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:34,808 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:13:34,809 INFO program/MainThread: stderr[87]: 2024-03-01 21:13:34,809 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:13:34,809 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:34,812 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:13:34,812 INFO program/MainThread: stderr[88]: 2024-03-01 21:13:34,812 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:13:34,812 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:34,815 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:13:34,815 INFO program/MainThread: stderr[89]: 2024-03-01 21:13:34,815 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:13:34,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:13:34,825 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:34,826 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:34,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:34,827 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:34,823 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fa5acdb4f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fa5ace2dac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:34,828 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:34,831 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:13:34,831 INFO program/MainThread: stderr[90]: 2024-03-01 21:13:34,831 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:13:34,835 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:34,835 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:13:34,835 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:34,847 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:34,862 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:13:34,863 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:13:34,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:34,877 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:13:34,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:34,889 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:13:34,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:34,902 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:13:34,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:34,914 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:13:34,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:34,926 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:13:34,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:34,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:34,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:34,938 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:13:39,422 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_9d5ak97f/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:13:39,458 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:39,458 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:13:39,461 INFO program/MainThread: stdout[2]: 2024-03-01 21:13:39,461 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:13:39,462 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:13:39,462 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:13:39,466 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:39,466 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:13:39,470 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:39,470 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:13:39,473 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:39,473 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:13:39,476 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:13:39,476 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:13:39,487 INFO program/MainThread: stdout: 2024-03-01 21:13:39,487 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:13:39,487 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp 2024-03-01 21:13:39,487 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 2024-03-01 21:13:39,487 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 2024-03-01 21:13:39,487 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 2024-03-01 21:13:39,487 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8fc1ef6d-bbd6-4247-b530-ed7eeda4626d 2024-03-01 21:13:39,487 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q 2024-03-01 21:13:39,487 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs 2024-03-01 21:13:39,487 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 999d79ac-50d3-445c-81e3-2f951133289c 2024-03-01 21:13:39,487 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 3dcae0ec-2e73-4ad3-9e12-6b022b137e7a 2024-03-01 21:13:39,487 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig 2024-03-01 21:13:39,487 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX 2024-03-01 21:13:39,487 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 2024-03-01 21:13:39,487 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 2024-03-01 21:13:39,487 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 65899895-cd07-472c-aa27-5a103dfc9cf4 2024-03-01 21:13:39,488 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd 2024-03-01 21:13:39,488 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf 2024-03-01 21:13:39,488 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd 2024-03-01 21:13:39,488 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW 2024-03-01 21:13:39,488 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 2024-03-01 21:13:39,488 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 2024-03-01 21:13:39,488 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 2024-03-01 21:13:39,488 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:13:39,488 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:13:39,488 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:13:39,488 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:39,488 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:39,488 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 sdb 1073741824 root disk brw-rw---- LVM2_member P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 07b5b36a-93bb-4564-ba14-8059e5f4bdf8 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 8fc1ef6d-bbd6-4247-b530-ed7eeda4626d sdc 1073741824 root disk brw-rw---- LVM2_member hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q sdd 1073741824 root disk brw-rw---- LVM2_member V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 999d79ac-50d3-445c-81e3-2f951133289c `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 3dcae0ec-2e73-4ad3-9e12-6b022b137e7a sde 1073741824 root disk brw-rw---- LVM2_member Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig sdf 1073741824 root disk brw-rw---- LVM2_member PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX sdg 1073741824 root disk brw-rw---- LVM2_member bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 65899895-cd07-472c-aa27-5a103dfc9cf4 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd sdh 1073741824 root disk brw-rw---- LVM2_member IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 34e0a4be-8c47-475c-8f33-3b908eae86bd sdi 1073741824 root disk brw-rw---- LVM2_member WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 sdj 1073741824 root disk brw-rw---- LVM2_member k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 058bce04-f58c-4261-912c-c33899b60ba6 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:13:39,488 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:39,488 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:39,489 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:13:39,489 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:13:39,489 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:13:39,489 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:13:39,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:39,499 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:39,513 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 21:13:39,517 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/lvm-pv-uuid-pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93', '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': 'pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp', 'ID_FS_UUID_ENC': 'pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:13:39,518 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:13:39,518 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,550 INFO program/MainThread: stdout[3]: 2024-03-01 21:13:39,550 INFO program/MainThread: stderr[3]: 2024-03-01 21:13:39,550 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:13:39,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:39,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:39,563 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:13:39,567 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:13:39,568 INFO blivet/MainThread: sda is a disk 2024-03-01 21:13:39,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:13:39,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:13:39,572 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:13:39,575 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:13:39,576 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:13:39,579 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:13:39,579 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:13:39,580 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:13:39,580 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb7003b9cc0) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:13:39,583 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:13:39,587 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:39,587 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:13:39,590 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:39,591 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:13:39,594 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:39,594 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:13:39,597 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:39,597 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:13:39,601 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:13:39,601 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:13:39,601 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,628 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:39,628 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39. WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (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 21:13:39,628 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:13:39,628 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:13:39,633 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; pe_start: 8 MiB ; 2024-03-01 21:13:39,633 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:13:39,636 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:13:39,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:39,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:39,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:39,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:39,649 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,680 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:39,680 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39. WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (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 21:13:39,680 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:13:39,680 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:39,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:13:39,687 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:13:39,691 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:39,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:13:39,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:13:39,695 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,723 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm 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 21:13:39,723 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39. WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (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 21:13:39,723 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:13:39,727 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:13:39,728 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:13:39,731 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:13:39,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:39,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:13:39,737 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:13:39,738 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:39,741 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/lvm-pv-uuid-P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77', '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': 'P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39', 'ID_FS_UUID_ENC': 'P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:13:39,741 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:13:39,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:39,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:39,752 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:13:39,752 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:13:39,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:13:39,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:13:39,755 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:13:39,759 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:13:39,759 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:13:39,762 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:13:39,762 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:13:39,763 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:13:39,763 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff227320) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:13:39,766 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:13:39,770 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:39,770 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:13:39,773 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:39,773 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:13:39,777 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:39,777 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:13:39,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:39,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:13:39,783 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:13:39,783 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:13:39,783 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,811 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:39,811 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (last written to /dev/sdc). 2024-03-01 21:13:39,811 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:13:39,811 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:13:39,815 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:13:39,816 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:13:39,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:13:39,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:39,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:13:39,829 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:13:39,832 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:39,835 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:13:39,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:39,841 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:39,842 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,868 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:39,868 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q. WARNING: VG test_vg1 is missing PV hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q (last written to /dev/sdc). 2024-03-01 21:13:39,868 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:13:39,868 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:13:39,868 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:39,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:13:39,873 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:13:39,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:13:39,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:39,883 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:13:39,883 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:13:39,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:13:39,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:13:39,887 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:13:39,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:13:39,890 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:13:39,894 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:13:39,894 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:13:39,894 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:13:39,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff227c88) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:13:39,898 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:13:39,898 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:13:39,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:13:39,901 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:13:39,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:13:39,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:39,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:13:39,912 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:13:39,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:13:39,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:13:39,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:13:39,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:13:39,919 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:13:39,922 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:13:39,922 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:13:39,923 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:13:39,923 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff234cf8) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:13:39,926 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:13:39,926 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:13:39,929 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381', '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': 'hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q', 'ID_FS_UUID_ENC': 'hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:13:39,929 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:13:39,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:39,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:39,939 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:13:39,940 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:13:39,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:13:39,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:13:39,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:13:39,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:13:39,946 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:13:39,950 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:13:39,950 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:13:39,950 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:13:39,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff23e2e8) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:13:39,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:13:39,957 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:39,957 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:13:39,961 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:39,961 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:13:39,964 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:39,964 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:13:39,967 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:39,968 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:13:39,970 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:13:39,971 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:13:39,971 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:39,998 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=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 21:13:39,998 INFO program/MainThread: stderr[9]: 2024-03-01 21:13:39,998 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:13:39,998 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:13:40,002 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:40,002 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:13:40,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:13:40,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:40,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:13:40,019 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:13:40,022 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:13:40,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:40,028 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,055 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:13:40,055 INFO program/MainThread: stderr[10]: 2024-03-01 21:13:40,055 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:13:40,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:40,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:13:40,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:40,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:13:40,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:13:40,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:40,080 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:13:40,084 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 21:13:40,084 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:13:40,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:13:40,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:13:40,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:13:40,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:13:40,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:13:40,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:40,099 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:13:40,103 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 21:13:40,103 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:13:40,103 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:13:40,104 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:13:40,107 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:40,107 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:13:40,110 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 21:13:40,111 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:13:40,114 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe ' '/dev/disk/by-uuid/8fc1ef6d-bbd6-4247-b530-ed7eeda4626d ' '/dev/mapper/test_vg1-lv1 /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-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'ID_FS_UUID_ENC': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018419140'} ; 2024-03-01 21:13:40,115 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:13:40,115 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:40,119 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:13:40,119 INFO program/MainThread: stderr[11]: 2024-03-01 21:13:40,119 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:13:40,119 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:40,122 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:13:40,122 INFO program/MainThread: stderr[12]: 2024-03-01 21:13:40,122 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:13:40,122 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:40,125 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:13:40,125 INFO program/MainThread: stderr[13]: 2024-03-01 21:13:40,125 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:13:40,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:13:40,136 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:40,136 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:13:40,137 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:40,137 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:13:40,133 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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 (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:13:40,138 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:40,141 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:13:40,141 INFO program/MainThread: stderr[14]: 2024-03-01 21:13:40,141 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:13:40,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:40,149 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,149 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:13:40,153 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,153 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:13:40,156 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,157 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:13:40,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:13:40,162 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:13:40,162 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:13:40,166 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:40,166 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:13:40,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:13:40,169 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:40,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:40,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:13:40,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:13:40,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:13:40,190 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:13:40,193 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:40,194 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:13:40,197 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 21:13:40,198 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:40,198 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:13:40,201 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:13:40,205 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:13:40,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:13:40,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:13:40,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:40,212 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:13:40,215 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 21:13:40,216 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:40,216 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:13:40,216 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:13:40,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:40,219 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:13:40,223 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 21:13:40,223 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:13:40,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'ID_FS_UUID_ENC': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018118700'} ; 2024-03-01 21:13:40,227 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:13:40,227 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:40,231 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:13:40,231 INFO program/MainThread: stderr[15]: 2024-03-01 21:13:40,231 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:13:40,231 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:40,234 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:13:40,234 INFO program/MainThread: stderr[16]: 2024-03-01 21:13:40,234 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:13:40,235 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:40,238 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:13:40,238 INFO program/MainThread: stderr[17]: 2024-03-01 21:13:40,238 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:13:40,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:13:40,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:40,249 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:40,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:40,250 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:40,246 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm 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 (0x7fb6ff2b5ac8) -- name = test_vg1 status = True 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:13:40,251 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:40,254 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:13:40,254 INFO program/MainThread: stderr[18]: 2024-03-01 21:13:40,254 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:13:40,258 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:13:40,262 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,262 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:13:40,265 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,266 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:13:40,269 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,269 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:13:40,273 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,273 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:13:40,273 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:13:40,277 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:40,277 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:13:40,280 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:13:40,280 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:40,281 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:40,284 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/lvm-pv-uuid-V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', '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': 'V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs', 'ID_FS_UUID_ENC': 'V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:13:40,284 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:13:40,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,295 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:13:40,295 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:13:40,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:13:40,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:13:40,298 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:13:40,302 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:13:40,302 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:13:40,305 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:13:40,305 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:13:40,306 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:13:40,306 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff24d0b8) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:13:40,309 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:13:40,313 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,313 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:13:40,316 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,316 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:13:40,320 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,320 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:13:40,323 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,323 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:13:40,326 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:13:40,326 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:13:40,326 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,354 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:40,354 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig. WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig (last written to /dev/sde). WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:40,354 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:13:40,355 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:13:40,359 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:13:40,359 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:13:40,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:13:40,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:40,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,375 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,402 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 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=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:40,402 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig. WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig (last written to /dev/sde). WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:40,402 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:13:40,402 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:40,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:13:40,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:13:40,411 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:13:40,411 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:13:40,414 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:13:40,415 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,442 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 21:13:40,442 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig. WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig (last written to /dev/sde). WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:40,442 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:13:40,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:13:40,447 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:13:40,450 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:13:40,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:13:40,457 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:13:40,457 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:40,460 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce', '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': 'Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig', 'ID_FS_UUID_ENC': 'Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:13:40,460 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:13:40,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,471 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:13:40,472 INFO blivet/MainThread: sde is a disk 2024-03-01 21:13:40,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:13:40,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:13:40,475 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:13:40,478 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:13:40,479 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:13:40,482 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:13:40,482 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:13:40,483 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:13:40,483 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff2567b8) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:13:40,486 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:13:40,490 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,490 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:13:40,493 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,493 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:13:40,496 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,497 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:13:40,500 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,500 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:13:40,503 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:13:40,503 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:13:40,503 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,532 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:40,532 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:40,532 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:13:40,532 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:13:40,536 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:40,536 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:13:40,540 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:13:40,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:13:40,550 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:13:40,553 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:13:40,556 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:13:40,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:40,562 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,590 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 21:13:40,590 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX. WARNING: VG test_vg2 is missing PV PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX (last written to /dev/sdf). 2024-03-01 21:13:40,590 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:13:40,590 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:13:40,590 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:40,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/lvm-pv-uuid-PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX', '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': 'PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX', 'ID_FS_UUID_ENC': 'PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:13:40,595 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:13:40,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,606 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:13:40,606 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:13:40,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:13:40,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:13:40,610 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:13:40,613 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:13:40,613 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:13:40,616 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:13:40,617 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:13:40,617 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:13:40,617 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff2566d8) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:13:40,621 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:13:40,624 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,625 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:13:40,628 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,628 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:13:40,631 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,631 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:13:40,635 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,635 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:13:40,638 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:13:40,638 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:13:40,638 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,666 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=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 21:13:40,666 INFO program/MainThread: stderr[24]: 2024-03-01 21:13:40,666 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:13:40,666 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:13:40,670 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:13:40,670 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:13:40,674 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:13:40,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:40,684 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:13:40,687 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:13:40,690 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:13:40,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u ; incomplete: True ; hidden: False ; 2024-03-01 21:13:40,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:40,697 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:40,725 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 21:13:40,725 INFO program/MainThread: stderr[25]: 2024-03-01 21:13:40,725 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:13:40,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,733 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:40,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:13:40,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:13:40,743 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:13:40,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:13:40,750 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:40,750 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:13:40,754 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 21:13:40,755 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:13:40,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:13:40,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:13:40,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:13:40,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:13:40,765 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:13:40,769 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:40,769 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:13:40,772 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 21:13:40,773 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:13:40,773 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:13:40,773 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:13:40,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:40,776 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:13:40,780 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 21:13:40,780 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:13:40,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/3dcae0ec-2e73-4ad3-9e12-6b022b137e7a ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I', '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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'ID_FS_UUID_ENC': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017318514'} ; 2024-03-01 21:13:40,784 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:13:40,784 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:40,788 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:13:40,788 INFO program/MainThread: stderr[26]: 2024-03-01 21:13:40,788 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:13:40,788 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:40,791 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:13:40,791 INFO program/MainThread: stderr[27]: 2024-03-01 21:13:40,791 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:13:40,791 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:40,794 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:13:40,795 INFO program/MainThread: stderr[28]: 2024-03-01 21:13:40,795 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:13:40,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:13:40,805 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:40,806 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:13:40,806 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:40,807 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:13:40,803 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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 (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:40,807 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:40,810 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:13:40,810 INFO program/MainThread: stderr[29]: 2024-03-01 21:13:40,810 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:13:40,814 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:13:40,819 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,819 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:13:40,822 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,822 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:13:40,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:13:40,829 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:13:40,830 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:13:40,833 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:40,833 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:13:40,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:13:40,837 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:40,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:40,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:13:40,862 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:13:40,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:13:40,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:13:40,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:40,869 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:13:40,873 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 21:13:40,873 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:13:40,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:13:40,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:13:40,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:13:40,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:13:40,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:13:40,887 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:40,887 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:13:40,891 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 21:13:40,891 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:13:40,892 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:13:40,892 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:13:40,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:40,895 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:13:40,898 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 21:13:40,899 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:13:40,902 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/999d79ac-50d3-445c-81e3-2f951133289c ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '999d79ac-50d3-445c-81e3-2f951133289c', 'ID_FS_UUID_ENC': '999d79ac-50d3-445c-81e3-2f951133289c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017038361'} ; 2024-03-01 21:13:40,903 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:13:40,903 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:40,907 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:13:40,907 INFO program/MainThread: stderr[30]: 2024-03-01 21:13:40,907 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:13:40,907 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:40,910 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:13:40,910 INFO program/MainThread: stderr[31]: 2024-03-01 21:13:40,910 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:13:40,910 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:40,913 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:13:40,913 INFO program/MainThread: stderr[32]: 2024-03-01 21:13:40,914 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:13:40,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:13:40,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:40,925 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:40,925 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:40,926 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:40,922 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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 (0x7fb6ff2564e0) -- name = test_vg2 status = 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:13:40,927 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:40,930 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:13:40,930 INFO program/MainThread: stderr[33]: 2024-03-01 21:13:40,930 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:13:40,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:13:40,938 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,938 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:13:40,941 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,941 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:13:40,945 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,945 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:13:40,949 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,949 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:13:40,949 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:13:40,953 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:40,953 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:13:40,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:13:40,956 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:40,957 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:40,960 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/lvm-pv-uuid-bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9', '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': 'bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9', 'ID_FS_UUID_ENC': 'bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:13:40,960 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:13:40,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:40,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:40,971 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:13:40,971 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:13:40,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:13:40,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:13:40,975 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:13:40,978 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:13:40,978 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:13:40,981 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:13:40,982 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:13:40,982 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:13:40,982 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff23ecf8) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:13:40,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:13:40,989 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:40,989 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:13:40,993 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:40,993 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:13:40,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:13:40,999 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:40,999 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:13:41,002 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:13:41,003 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:13:41,003 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,031 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:41,031 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf. WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,031 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:13:41,031 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:13:41,035 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:13:41,036 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:13:41,039 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:13:41,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:41,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,052 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,082 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 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=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 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=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:41,082 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf. WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,082 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:13:41,082 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:13:41,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:13:41,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:13:41,091 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:41,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:13:41,094 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:13:41,095 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,123 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:41,123 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf. WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,123 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:13:41,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:13:41,128 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:13:41,131 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:13:41,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,138 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:13:41,138 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:41,141 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/lvm-pv-uuid-IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0', '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': 'IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf', 'ID_FS_UUID_ENC': 'IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:13:41,142 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:13:41,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,153 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:13:41,153 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:13:41,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:13:41,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:13:41,157 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:13:41,160 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:13:41,160 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:13:41,164 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:13:41,164 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:13:41,164 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:13:41,165 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff234668) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:13:41,168 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:13:41,171 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,171 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:13:41,175 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,175 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:13:41,178 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,178 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:13:41,182 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,182 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:13:41,185 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:13:41,185 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:13:41,185 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,213 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:41,213 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,213 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:13:41,213 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:13:41,217 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; 2024-03-01 21:13:41,218 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:13:41,221 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:13:41,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:13:41,234 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:41,237 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:13:41,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,244 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/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,275 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:41,275 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW. WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,275 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:13:41,275 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:13:41,275 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:41,280 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/lvm-pv-uuid-WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874', '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': 'WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW', 'ID_FS_UUID_ENC': 'WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:13:41,280 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:13:41,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,291 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:13:41,292 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:13:41,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:13:41,292 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:13:41,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:13:41,299 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:13:41,299 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:13:41,302 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:13:41,303 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:13:41,303 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:13:41,303 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff256da0) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:13:41,307 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:13:41,310 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,310 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:13:41,314 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,314 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:13:41,317 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,317 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:13:41,321 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:13:41,324 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:13:41,324 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:13:41,324 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/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,354 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:41,354 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,354 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:13:41,355 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:13:41,359 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; 2024-03-01 21:13:41,359 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:13:41,363 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:13:41,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:13:41,376 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:41,379 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:13:41,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,386 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/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,417 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:41,417 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2. WARNING: VG test_vg3 is missing PV k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 (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 21:13:41,417 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:13:41,418 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:13:41,418 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:41,423 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/lvm-pv-uuid-k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': 'k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2', 'ID_FS_UUID_ENC': 'k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:13:41,423 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:13:41,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,434 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:13:41,435 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:13:41,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:13:41,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:13:41,438 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:13:41,442 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:13:41,442 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:13:41,445 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:13:41,445 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:13:41,446 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:13:41,446 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff266550) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:13:41,449 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:13:41,453 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,453 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:13:41,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:13:41,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:13:41,463 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:13:41,466 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:13:41,466 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:13:41,467 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/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,497 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=pepr96-Dv7E-iyA5-wrX4-hB3s-08eN-bNw1lp LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P7xM23-lVH7-g73y-wLG8-W0SK-H5ou-XVDY39 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=hYkXPv-KYGi-FJFD-0T9I-JuzL-XhKK-ukSm6Q LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=V5ePnX-szfW-9VBw-xfEV-fNyv-rza3-jLMdqs LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=Odi5Ui-5t6R-wIru-3aPX-lB41-98Gq-CdOFig LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=PtfHpO-zndX-MZ0x-L75Q-02rI-A0ty-ePGCMX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u LVM2_VG_SIZE=3196059648 LVM2_VG_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=bcBYt0-p22f-ccfB-p95e-Xgz3-zauA-W2uTf9 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=IaZIhp-0fY8-I4FH-hkPL-Ktw9-fl2Q-sc9bPf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=WuS5B6-5HFt-VFZZ-U1u0-9EMW-vGBZ-FAyzWW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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=k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj LVM2_VG_SIZE=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 21:13:41,497 INFO program/MainThread: stderr[41]: 2024-03-01 21:13:41,497 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:13:41,497 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:13:41,502 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: k4HEUL-9uxs-oGf0-ZUUD-DYYm-0Srw-hqEBC2 ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:13:41,502 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:13:41,505 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:13:41,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:13:41,518 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:13:41,521 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:13:41,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj ; incomplete: True ; hidden: False ; 2024-03-01 21:13:41,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:41,528 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/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:41,560 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe 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=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I 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=BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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=dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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=T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 21:13:41,560 INFO program/MainThread: stderr[42]: 2024-03-01 21:13:41,560 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:13:41,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:41,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:13:41,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:13:41,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:13:41,582 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:13:41,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:41,586 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:13:41,589 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 21:13:41,590 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:13:41,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:13:41,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:13:41,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:13:41,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:13:41,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:13:41,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:41,605 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:13:41,608 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 21:13:41,609 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:13:41,609 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:13:41,609 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:13:41,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:41,612 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:13:41,616 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 21:13:41,616 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:13:41,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/058bce04-f58c-4261-912c-c33899b60ba6 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '058bce04-f58c-4261-912c-c33899b60ba6', 'ID_FS_UUID_ENC': '058bce04-f58c-4261-912c-c33899b60ba6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1016195376'} ; 2024-03-01 21:13:41,620 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:13:41,620 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:41,624 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:13:41,624 INFO program/MainThread: stderr[43]: 2024-03-01 21:13:41,624 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:13:41,624 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:41,627 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:13:41,627 INFO program/MainThread: stderr[44]: 2024-03-01 21:13:41,627 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:13:41,628 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:41,630 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:13:41,631 INFO program/MainThread: stderr[45]: 2024-03-01 21:13:41,631 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:13:41,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:13:41,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,642 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:13:41,643 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,644 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:13:41,639 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa 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 (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:41,644 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:41,647 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:13:41,647 INFO program/MainThread: stderr[46]: 2024-03-01 21:13:41,647 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:13:41,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:13:41,655 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,655 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:13:41,659 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,659 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:13:41,663 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,663 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:13:41,666 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,666 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:13:41,667 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:13:41,670 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:41,670 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:13:41,674 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:13:41,674 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:41,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:41,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:13:41,691 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:13:41,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:13:41,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:13:41,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:41,698 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:13:41,702 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 21:13:41,702 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:13:41,702 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:13:41,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:13:41,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:13:41,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:13:41,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:13:41,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:41,717 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:13:41,720 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 21:13:41,721 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:13:41,721 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:13:41,721 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:13:41,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:41,724 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:13:41,728 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 21:13:41,728 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:13:41,732 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/34e0a4be-8c47-475c-8f33-3b908eae86bd ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'ID_FS_UUID_ENC': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015891570'} ; 2024-03-01 21:13:41,732 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:13:41,732 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:41,736 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:13:41,736 INFO program/MainThread: stderr[47]: 2024-03-01 21:13:41,736 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:13:41,736 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:41,740 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:13:41,740 INFO program/MainThread: stderr[48]: 2024-03-01 21:13:41,740 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:13:41,740 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:41,743 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:13:41,743 INFO program/MainThread: stderr[49]: 2024-03-01 21:13:41,743 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:13:41,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:13:41,755 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,756 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:13:41,756 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,757 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:13:41,752 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb 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 (0x7fb6ff227828) -- name = test_vg3 status = True 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:13:41,757 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:41,760 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:13:41,761 INFO program/MainThread: stderr[50]: 2024-03-01 21:13:41,761 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:13:41,765 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:13:41,768 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,769 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:13:41,772 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,772 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:13:41,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:13:41,780 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,780 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:13:41,780 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:13:41,783 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:41,784 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:13:41,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:13:41,787 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:41,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:41,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:13:41,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:13:41,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:13:41,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:13:41,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:41,811 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:13:41,815 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 21:13:41,815 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:13:41,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:13:41,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:13:41,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:13:41,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:13:41,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:13:41,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:41,830 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:13:41,833 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 21:13:41,834 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:13:41,834 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:13:41,834 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:13:41,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:41,837 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:13:41,841 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 21:13:41,841 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:13:41,845 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW ' '/dev/disk/by-uuid/65899895-cd07-472c-aa27-5a103dfc9cf4 ' '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'ID_FS_UUID_ENC': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015586926'} ; 2024-03-01 21:13:41,845 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:13:41,845 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:41,849 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:13:41,849 INFO program/MainThread: stderr[51]: 2024-03-01 21:13:41,849 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:13:41,849 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:41,852 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:13:41,852 INFO program/MainThread: stderr[52]: 2024-03-01 21:13:41,852 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:13:41,852 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:41,855 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:13:41,856 INFO program/MainThread: stderr[53]: 2024-03-01 21:13:41,856 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:13:41,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:13:41,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,869 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:13:41,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,870 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:13:41,864 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW 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 (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:13:41,871 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:41,874 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:13:41,874 INFO program/MainThread: stderr[54]: 2024-03-01 21:13:41,874 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:13:41,878 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:13:41,882 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,883 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:13:41,886 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:41,886 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:13:41,890 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,890 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:13:41,894 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:41,894 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:13:41,894 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:13:41,897 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:41,897 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:13:41,901 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:13:41,901 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:41,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:41,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:13:41,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:13:41,918 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:13:41,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:13:41,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:13:41,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:41,925 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:41,929 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 21:13:41,929 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:13:41,930 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:13:41,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:13:41,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:13:41,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:13:41,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:13:41,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:41,944 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:41,947 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 21:13:41,948 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:13:41,948 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:13:41,948 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:13:41,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:41,952 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:13:41,955 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 21:13:41,955 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:13:41,959 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'ID_FS_UUID_ENC': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015285896'} ; 2024-03-01 21:13:41,959 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:41,959 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:41,963 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:13:41,964 INFO program/MainThread: stderr[55]: 2024-03-01 21:13:41,964 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:13:41,964 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:41,967 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:13:41,967 INFO program/MainThread: stderr[56]: 2024-03-01 21:13:41,967 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:13:41,967 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:41,970 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:13:41,970 INFO program/MainThread: stderr[57]: 2024-03-01 21:13:41,970 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:13:41,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:41,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:13:41,982 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,984 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:41,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:41,985 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:41,979 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym 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 (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:13:41,986 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:41,989 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:13:41,989 INFO program/MainThread: stderr[58]: 2024-03-01 21:13:41,989 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:13:41,994 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:13:41,997 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:41,997 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:13:42,001 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:42,001 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:13:42,005 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:42,005 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:13:42,008 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:42,008 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:13:42,009 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:13:42,012 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:42,012 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:13:42,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:13:42,016 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:42,016 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:13:42,019 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': '18182951'} ; 2024-03-01 21:13:42,020 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:13:42,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:42,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:42,031 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:13:42,031 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:13:42,031 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:13:42,031 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:13:42,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:13:42,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:13:42,035 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:13:42,038 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:13:42,038 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:13:42,041 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:13:42,042 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:13:42,042 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:13:42,042 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb6ff1fc048) -- 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 21:13:42,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:13:42,049 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:42,049 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:13:42,053 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:42,053 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:13:42,056 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:42,056 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:13:42,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:42,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:13:42,063 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:13:42,066 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:13:42,069 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:13:42,073 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 0x7fb6ff1fbb08> 2024-03-01 21:13:45,264 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:13:45,269 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:13:45,269 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:13:45,273 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': '18185273'} ; 2024-03-01 21:13:45,273 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:13:45,273 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:13:45,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,284 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:13:45,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,291 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:45,303 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:45,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:13:45,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:13:45,329 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:13:45,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:13:45,332 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:13:45,336 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:13:45,336 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:13:45,339 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:45,340 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:45,340 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:13:45,343 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:13:45,346 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:13:45,349 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:13:45,352 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:13:45,356 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:13:45,356 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:13:45,356 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:13:45,357 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:13:45,356 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb6ff20ffd0) -- 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 0x7fb6ff2149e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:13:45,361 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:13:45,365 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:13:45,365 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:13:45,368 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:13:45,368 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:13:45,371 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:45,371 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:13:45,375 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:13:45,375 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:13:45,375 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:13:45,378 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:13:45,378 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:13:45,381 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:13:45,381 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:13:45,385 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajT0FcoFl3f5KJD8HP35XPU0u8jpUSTcym', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'ID_FS_UUID_ENC': 'e6c560d3-dac0-484b-9a7e-ce56ea8e4cd1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015285896'} ; 2024-03-01 21:13:45,385 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:13:45,385 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:45,389 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:13:45,389 INFO program/MainThread: stderr[59]: 2024-03-01 21:13:45,389 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:13:45,389 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:45,392 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:13:45,392 INFO program/MainThread: stderr[60]: 2024-03-01 21:13:45,392 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:13:45,393 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:45,396 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:13:45,396 INFO program/MainThread: stderr[61]: 2024-03-01 21:13:45,396 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:13:45,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:13:45,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,409 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,410 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,404 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:13:45,411 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:13:45,414 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:13:45,414 INFO program/MainThread: stderr[62]: 2024-03-01 21:13:45,414 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:13:45,418 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:13:45,418 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:13:45,422 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/65899895-cd07-472c-aa27-5a103dfc9cf4 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW', '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-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajdCM2otKNcevVxbEWA7Ytk7pP223TdffW', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'ID_FS_UUID_ENC': '65899895-cd07-472c-aa27-5a103dfc9cf4', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015586926'} ; 2024-03-01 21:13:45,422 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:13:45,422 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:45,425 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:13:45,425 INFO program/MainThread: stderr[63]: 2024-03-01 21:13:45,425 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:13:45,426 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:45,429 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:13:45,429 INFO program/MainThread: stderr[64]: 2024-03-01 21:13:45,429 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:13:45,429 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:45,432 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:13:45,432 INFO program/MainThread: stderr[65]: 2024-03-01 21:13:45,432 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:13:45,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:13:45,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,445 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,447 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,441 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:13:45,447 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:13:45,451 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:13:45,451 INFO program/MainThread: stderr[66]: 2024-03-01 21:13:45,452 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:13:45,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:13:45,456 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:13:45,459 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-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/34e0a4be-8c47-475c-8f33-3b908eae86bd ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajpWNfELEQogu50qhDlAwaKexTRbuCdyNb', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'ID_FS_UUID_ENC': '34e0a4be-8c47-475c-8f33-3b908eae86bd', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1015891570'} ; 2024-03-01 21:13:45,459 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:13:45,459 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:45,463 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:13:45,463 INFO program/MainThread: stderr[67]: 2024-03-01 21:13:45,463 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:13:45,463 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:45,467 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:13:45,467 INFO program/MainThread: stderr[68]: 2024-03-01 21:13:45,467 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:13:45,467 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:45,470 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:13:45,470 INFO program/MainThread: stderr[69]: 2024-03-01 21:13:45,470 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:13:45,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:13:45,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,483 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,479 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:13:45,485 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:13:45,488 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:13:45,489 INFO program/MainThread: stderr[70]: 2024-03-01 21:13:45,489 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:13:45,493 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:13:45,493 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:13:45,496 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/058bce04-f58c-4261-912c-c33899b60ba6 ' '/dev/disk/by-id/dm-uuid-LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-O7B3WRYdU9PcxlLmtt0EG7MsLvRS7XajnIV82Z5Gu3S7h8tsSH8AoxcNilhLDvIa', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '058bce04-f58c-4261-912c-c33899b60ba6', 'ID_FS_UUID_ENC': '058bce04-f58c-4261-912c-c33899b60ba6', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1016195376'} ; 2024-03-01 21:13:45,496 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:13:45,496 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:45,500 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:13:45,500 INFO program/MainThread: stderr[71]: 2024-03-01 21:13:45,500 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:13:45,500 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:45,503 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:13:45,503 INFO program/MainThread: stderr[72]: 2024-03-01 21:13:45,503 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:13:45,503 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:45,506 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:13:45,507 INFO program/MainThread: stderr[73]: 2024-03-01 21:13:45,507 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:13:45,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,515 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 21:13:45,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,519 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:45,521 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:45,515 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:45,522 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:13:45,525 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:13:45,525 INFO program/MainThread: stderr[74]: 2024-03-01 21:13:45,525 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:13:45,529 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:13:45,529 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:13:45,532 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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy ' '/dev/disk/by-uuid/999d79ac-50d3-445c-81e3-2f951133289c', '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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9uBQIWXN35ru2YUgjCQrbxkyOfbbsHkkjy', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '999d79ac-50d3-445c-81e3-2f951133289c', 'ID_FS_UUID_ENC': '999d79ac-50d3-445c-81e3-2f951133289c', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017038361'} ; 2024-03-01 21:13:45,532 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:13:45,532 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:45,535 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:13:45,536 INFO program/MainThread: stderr[75]: 2024-03-01 21:13:45,536 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:13:45,536 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:45,539 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:13:45,539 INFO program/MainThread: stderr[76]: 2024-03-01 21:13:45,539 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:13:45,539 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:45,542 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:13:45,542 INFO program/MainThread: stderr[77]: 2024-03-01 21:13:45,542 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:13:45,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:13:45,553 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:45,554 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:45,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:45,555 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:45,550 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:13:45,556 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:13:45,558 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:13:45,559 INFO program/MainThread: stderr[78]: 2024-03-01 21:13:45,559 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:13:45,563 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:13:45,563 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:13:45,566 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3dcae0ec-2e73-4ad3-9e12-6b022b137e7a ' '/dev/disk/by-id/dm-uuid-LVM-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I ' '/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-Xd3HCTj01ZhXDN2P51jWB2O56fVwzS9ucdpz6EsN4LAgtM6vt10R7D7OlEKhEG5I', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'ID_FS_UUID_ENC': '3dcae0ec-2e73-4ad3-9e12-6b022b137e7a', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1017318514'} ; 2024-03-01 21:13:45,566 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:13:45,566 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:45,569 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:13:45,569 INFO program/MainThread: stderr[79]: 2024-03-01 21:13:45,569 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:13:45,570 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:45,573 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:13:45,573 INFO program/MainThread: stderr[80]: 2024-03-01 21:13:45,573 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:13:45,573 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:45,576 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:13:45,576 INFO program/MainThread: stderr[81]: 2024-03-01 21:13:45,576 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:13:45,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:13:45,587 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:45,588 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:45,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:45,589 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:45,584 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:45,589 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:13:45,592 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:13:45,593 INFO program/MainThread: stderr[82]: 2024-03-01 21:13:45,593 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:13:45,597 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:13:45,597 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:13:45,600 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/07b5b36a-93bb-4564-ba14-8059e5f4bdf8 ' '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JKcE2gQCUkInI0OJpEBlXn6ZGauMDrMsHm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'ID_FS_UUID_ENC': '07b5b36a-93bb-4564-ba14-8059e5f4bdf8', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018118700'} ; 2024-03-01 21:13:45,600 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:13:45,600 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:45,603 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:13:45,603 INFO program/MainThread: stderr[83]: 2024-03-01 21:13:45,604 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:13:45,604 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:45,607 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:13:45,607 INFO program/MainThread: stderr[84]: 2024-03-01 21:13:45,607 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:13:45,607 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:45,610 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:13:45,610 INFO program/MainThread: stderr[85]: 2024-03-01 21:13:45,610 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:13:45,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,618 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 21:13:45,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,621 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,622 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,623 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,618 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:13:45,623 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:13:45,626 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:13:45,627 INFO program/MainThread: stderr[86]: 2024-03-01 21:13:45,627 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:13:45,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:13:45,631 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:13:45,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/8fc1ef6d-bbd6-4247-b530-ed7eeda4626d ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe ' '/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-qLjIYP4VEOquC543VFIYLoZCu3ess7JK9JwBAREO6XYETDPyw9par3sXp3o0fLNe', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'ID_FS_UUID_ENC': '8fc1ef6d-bbd6-4247-b530-ed7eeda4626d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1018419140'} ; 2024-03-01 21:13:45,634 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:13:45,634 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:45,637 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:13:45,637 INFO program/MainThread: stderr[87]: 2024-03-01 21:13:45,637 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:13:45,637 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:45,640 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:13:45,641 INFO program/MainThread: stderr[88]: 2024-03-01 21:13:45,641 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:13:45,641 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:45,644 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:13:45,644 INFO program/MainThread: stderr[89]: 2024-03-01 21:13:45,644 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:13:45,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:13:45,654 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,655 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,656 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,652 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,657 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:13:45,660 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:13:45,660 INFO program/MainThread: stderr[90]: 2024-03-01 21:13:45,660 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:13:45,664 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:13:45,664 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:13:45,664 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:45,675 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:45,690 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:13:45,691 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:13:45,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:45,705 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:13:45,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:45,717 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:13:45,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:45,730 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:13:45,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:45,742 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:13:45,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:45,754 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:13:45,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:13:45,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:13:45,767 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:13:45,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,773 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:13:45,773 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,774 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,774 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,775 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,775 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,775 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,776 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,776 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,776 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,777 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,777 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,778 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:13:45,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:13:45,784 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:13:45,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:13:45,790 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:13:45,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:13:45,795 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:13:45,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:13:45,802 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:13:45,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,805 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,806 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,810 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,810 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,811 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,814 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,815 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,815 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,819 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,819 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,820 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,816 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,824 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,825 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,821 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,828 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,829 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,829 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,833 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,833 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,834 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,838 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,839 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,842 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,843 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,843 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,847 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,847 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,848 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,844 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,851 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,851 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,852 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,853 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,855 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,856 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,857 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,861 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,862 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,866 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,867 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,870 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,871 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,875 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,876 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,880 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,881 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,884 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,885 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,885 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,889 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,889 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,890 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,886 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,894 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,895 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,898 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,899 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,895 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,903 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,904 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,907 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,909 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,912 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,913 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,917 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,917 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,918 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,921 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,921 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,922 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,922 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,918 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,925 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,926 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,927 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,931 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,932 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,935 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,936 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,940 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,941 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,945 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,945 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,946 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,942 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,949 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,950 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:13:45,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23ef28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 9JwBAR-EO6X-YETD-Pyw9-par3-sXp3-o0fLNe size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:13:45,951 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:13:45,954 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 21:13:45,954 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:45,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:13:45,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:13:45,958 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:45,959 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:13:45,962 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:13:45,963 INFO program/MainThread: stderr[91]: 2024-03-01 21:13:45,963 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:13:45,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:13:45,967 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:13:45,968 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:45,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:45,974 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 21:13:45,974 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:13:45,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,979 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:45,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,983 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:45,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,987 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,988 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,984 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:45,991 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,991 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,992 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:45,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,996 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:45,997 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,993 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,002 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:45,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,006 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,006 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,010 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,011 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,015 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,015 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,019 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,019 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,020 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,016 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,023 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,024 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,027 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,028 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,028 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,029 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,025 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,032 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,032 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,033 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,034 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,030 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,036 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,037 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,038 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,034 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,042 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,042 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,043 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,046 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,046 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,047 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,050 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,051 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,051 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,052 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,055 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,057 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,052 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,059 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,060 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,060 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,061 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,064 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,065 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,066 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,068 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,069 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,070 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,070 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,066 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,073 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,074 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,075 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,078 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,079 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,083 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,084 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,087 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,088 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,093 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,097 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,097 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,098 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,101 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,102 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,105 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,106 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,110 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,110 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,111 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,114 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,114 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,115 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,115 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,119 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,119 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:13:46,120 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:13:46,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff23edd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = cE2gQC-UkIn-I0OJ-pEBl-Xn6Z-GauM-DrMsHm size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2b5ac8) -- 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 = qLjIYP-4VEO-quC5-43VF-IYLo-ZCu3-ess7JK size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:13:46,120 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:13:46,123 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 21:13:46,123 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:13:46,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:13:46,127 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:46,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:13:46,131 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:13:46,131 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:46,131 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'test_vg1', 'sdc'] 2024-03-01 21:13:46,131 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:13:46,134 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:13:46,134 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,137 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:13:46,141 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:13:46,144 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:13:46,144 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:13:46,144 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:46,144 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:13:46,144 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:13:46,147 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:46,147 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:13:46,150 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:13:46,150 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:46,151 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:13:46,151 DEBUG blivet/MainThread: removing sda 2024-03-01 21:13:46,153 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:46,154 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:13:46,157 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:13:46,157 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:46,157 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:13:46,157 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:13:46,160 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:46,160 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:13:46,163 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:13:46,163 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:46,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,169 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:13:46,169 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,170 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,170 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,171 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,171 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,171 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,172 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,172 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,173 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,173 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,173 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,174 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:13:46,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:13:46,180 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:13:46,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:13:46,186 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:13:46,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:13:46,191 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:13:46,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:13:46,198 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:13:46,200 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,202 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,205 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,206 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,206 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,207 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,210 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,211 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,211 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,215 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,215 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,216 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,219 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,220 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,221 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,224 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,225 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,229 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,229 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,230 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,233 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,234 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,234 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,230 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,237 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,238 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,238 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,239 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,242 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,242 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,243 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,244 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,246 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,247 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,247 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,248 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,244 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,251 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,252 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,252 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,253 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,255 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,256 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,257 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,257 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,260 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,261 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,261 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,262 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,258 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,265 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,265 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,267 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,269 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,270 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,270 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,271 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,274 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,275 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,276 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,278 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,279 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,280 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,284 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,285 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,288 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,288 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,289 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,289 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,292 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,293 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,294 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,290 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,298 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,299 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,302 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,303 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,303 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,306 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,307 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,308 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,311 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,313 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,315 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,316 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,317 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,320 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,321 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,322 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,324 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,325 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,326 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,330 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,331 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,334 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,334 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,335 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,335 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,338 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,339 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,339 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,340 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,336 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,343 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,344 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,344 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,345 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:13:46,341 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff25df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = cdpz6E-sN4L-AgtM-6vt1-0R7D-7OlE-KhEG5I size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:13:46,345 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:13:46,348 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 21:13:46,348 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:13:46,352 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:13:46,352 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:46,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:13:46,356 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:13:46,356 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:46,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:13:46,362 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:13:46,364 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,365 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,365 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,366 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,369 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,369 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,370 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,373 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,373 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,374 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,374 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,377 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,377 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,378 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,381 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,382 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,385 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,385 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,386 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,386 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,389 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,390 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,390 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,390 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,387 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,393 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,394 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,394 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,395 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,397 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,398 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,398 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,399 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,395 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,401 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,402 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,402 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,403 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,405 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,406 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,407 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,403 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,409 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,410 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,411 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,413 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,414 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,414 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,415 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,417 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,418 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,418 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,419 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,415 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,421 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,422 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,422 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,423 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,425 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,426 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,426 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,427 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,423 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,429 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,430 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,430 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,431 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,433 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,434 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,434 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,435 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,437 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,438 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,438 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,439 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,435 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,442 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,442 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,443 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,446 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,446 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,447 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,447 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,444 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,450 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,450 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,451 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,451 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,454 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,454 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,455 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,455 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,458 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,458 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,459 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,459 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,456 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,462 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,462 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,463 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,463 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,466 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,467 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,467 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,467 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,470 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,471 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,471 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,472 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,474 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,475 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,475 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,476 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,472 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,478 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,479 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,479 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,480 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,482 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,483 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,483 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,484 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,487 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,487 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,488 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,484 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,490 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,491 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:13:46,492 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:13:46,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb70e2d4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = BQIWXN-35ru-2YUg-jCQr-bxky-Ofbb-sHkkjy size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff2564e0) -- 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 = Xd3HCT-j01Z-hXDN-2P51-jWB2-O56f-VwzS9u size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:13:46,492 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:13:46,495 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 21:13:46,496 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:13:46,499 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:13:46,499 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:46,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:13:46,503 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:13:46,503 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:46,503 DEBUG blivet.ansible/MainThread: ['sdd', 'sde', 'test_vg2', 'sdf'] 2024-03-01 21:13:46,503 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:13:46,506 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:13:46,506 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,509 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:13:46,512 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:13:46,515 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:13:46,516 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:13:46,516 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:13:46,516 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:13:46,516 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:13:46,519 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:46,519 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,519 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:13:46,522 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:13:46,522 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:13:46,522 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:13:46,522 DEBUG blivet/MainThread: removing sde 2024-03-01 21:13:46,525 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:46,525 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,525 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:13:46,528 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:13:46,528 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:13:46,528 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:13:46,528 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:13:46,531 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:46,531 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:13:46,534 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:13:46,534 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:13:46,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,541 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:13:46,541 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,542 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,542 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,542 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,543 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,543 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,544 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,544 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,545 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,545 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,546 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,546 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:13:46,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:13:46,552 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:13:46,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:13:46,558 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:13:46,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:13:46,564 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:13:46,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:13:46,570 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:13:46,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,576 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 21:13:46,576 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:13:46,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,580 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,582 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,586 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,588 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,593 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,594 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,599 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,600 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,605 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,606 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,607 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,611 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,612 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,613 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,617 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,619 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,624 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,624 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,625 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,630 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,631 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,636 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,637 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,642 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,644 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,648 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,649 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,650 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,654 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,656 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,661 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,662 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,667 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,668 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,663 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,673 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,673 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,675 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,669 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,679 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,681 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,685 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,687 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,691 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,693 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,688 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,698 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,699 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,704 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,705 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,710 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,712 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,716 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,718 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,722 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,724 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,728 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,729 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,730 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,733 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,735 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,736 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,731 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,741 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,741 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,742 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,747 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,749 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,752 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,753 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,755 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,759 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,761 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,766 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,767 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,772 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,773 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:13:46,768 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff266a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = nIV82Z-5Gu3-S7h8-tsSH-8Aox-cNil-hLDvIa size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:13:46,774 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:13:46,777 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 21:13:46,778 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:13:46,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:13:46,781 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:46,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:13:46,785 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:13:46,785 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:46,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:13:46,791 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:13:46,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,795 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,796 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,801 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,802 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,807 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,807 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,808 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,803 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,812 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,813 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,814 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,818 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,818 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,819 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,824 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,824 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,825 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,829 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,830 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,831 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,826 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,835 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,836 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,837 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,832 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,841 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,841 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,842 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,837 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,847 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,847 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,848 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,852 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,854 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,857 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,858 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,859 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,864 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,865 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,869 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,871 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,875 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,876 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,881 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,882 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,886 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,888 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,892 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,894 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,898 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,899 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,903 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,905 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,909 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,911 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,915 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,916 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,911 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,921 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,922 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,926 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,928 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,932 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,933 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,928 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,938 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,939 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,943 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,945 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,949 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,951 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,955 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,956 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,961 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,962 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,966 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,968 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,972 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,973 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:13:46,968 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb700306550) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = pWNfEL-EQog-u50q-hDlA-waKe-xTRb-uCdyNb size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,974 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:13:46,977 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 21:13:46,978 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:46,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:13:46,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:13:46,981 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:46,985 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:13:46,985 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:13:46,985 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:46,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:46,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:13:46,991 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:13:46,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,994 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:46,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:46,996 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:46,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:46,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,000 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,001 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:46,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,005 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,006 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,010 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,012 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,015 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,017 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,022 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,026 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,027 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,031 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,032 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,036 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,038 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,042 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,043 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,047 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,048 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,052 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,053 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,057 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,059 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,063 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,064 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,068 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,069 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,064 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,073 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,074 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,078 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,080 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,075 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,084 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,085 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,089 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,090 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,086 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,094 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,095 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,091 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,099 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,101 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,104 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,105 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,106 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,110 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,111 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,115 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,116 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,120 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,122 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,126 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,127 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,131 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,132 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,136 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,137 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,141 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,143 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,146 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,148 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,152 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,153 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,157 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,158 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:13:47,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb7003bf710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = dCM2ot-KNce-vVxb-EWA7-Ytk7-pP22-3TdffW size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,159 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:13:47,162 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 21:13:47,162 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:13:47,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:13:47,165 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:13:47,169 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:13:47,169 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:13:47,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:13:47,175 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:13:47,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,178 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,179 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,183 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,184 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,188 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,189 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,193 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,194 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,197 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,198 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,198 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,202 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,203 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,206 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,207 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,208 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,211 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,212 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,216 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,217 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,221 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,222 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,225 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,226 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,230 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,231 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,235 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,236 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,239 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,241 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,244 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,245 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,245 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,248 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,249 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,250 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,254 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,255 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,250 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,258 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,259 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,259 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,262 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,263 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,263 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,264 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,267 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,268 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,269 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,271 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,272 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,273 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,277 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,278 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,281 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,283 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,286 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,287 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,291 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,292 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,296 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,297 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,299 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,300 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,301 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,304 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,305 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,306 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,310 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,311 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,314 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,314 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,315 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,319 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,320 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,324 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:13:47,325 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:13:47,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fb6ff1f07f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = T0FcoF-l3f5-KJD8-HP35-XPU0-u8jp-USTcym size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fb6ff227828) -- 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 = O7B3WR-YdU9-Pcxl-Lmtt-0EG7-MsLv-RS7Xaj size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:13:47,325 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:13:47,328 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 21:13:47,329 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:13:47,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:13:47,332 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:13:47,336 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:13:47,336 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,336 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdj', 'sdh', 'sdi', 'sdg'] 2024-03-01 21:13:47,336 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:13:47,339 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:13:47,339 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,343 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:13:47,346 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:13:47,350 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:13:47,353 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:13:47,353 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:13:47,353 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:13:47,354 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:13:47,354 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:13:47,356 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:47,357 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:13:47,360 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:13:47,360 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:13:47,360 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:13:47,360 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:13:47,363 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:47,363 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:13:47,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:13:47,366 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:13:47,366 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:13:47,366 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:13:47,369 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:47,369 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:13:47,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:13:47,372 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:13:47,372 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:13:47,372 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:13:47,375 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:13:47,375 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:13:47,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:13:47,378 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:13:47,378 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:13:47,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,390 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,415 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,433 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:47,433 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,445 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,463 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:13:47,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,475 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,493 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:13:47,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,503 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,520 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:13:47,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,532 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,550 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:13:47,550 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,560 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,578 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:13:47,578 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,608 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:13:47,609 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,621 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,639 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:13:47,639 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:47,639 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:47,639 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:13:47,640 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:13:47,641 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:13:47,642 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:13:47,643 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:13:47,646 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:13:47,649 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:13:47,652 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:13:47,652 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:13:47,655 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:13:47,655 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 0x7fb6ff1e5bf8> 2024-03-01 21:13:47,656 INFO blivet/MainThread: sorting actions... 2024-03-01 21:13:47,677 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,677 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,677 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,677 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,677 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:47,677 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:13:47,678 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:47,679 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:47,679 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:47,679 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:47,679 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:13:47,679 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:13:47,679 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:13:47,680 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:13:47,680 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:47,680 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:47,680 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:47,680 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:47,680 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:47,681 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:47,681 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:47,681 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:47,681 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,687 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:13:47,687 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:13:47,695 INFO program/MainThread: stdout: 2024-03-01 21:13:47,695 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:47,695 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,711 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,711 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,721 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,721 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:13:47,725 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:13:47,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:13:47,732 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:13:47,736 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:13:47,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:13:47,740 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:47,776 INFO program/MainThread: stdout[92]: 2024-03-01 21:13:47,776 INFO program/MainThread: stderr[92]: 2024-03-01 21:13:47,776 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:13:47,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:13:47,784 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,787 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:13:47,790 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,793 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:13:47,796 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,800 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:13:47,803 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:13:47,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:13:47,809 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:47,857 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:13:47,857 INFO program/MainThread: stderr[93]: 2024-03-01 21:13:47,857 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:13:47,858 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,874 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:13:47,874 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:13:47,890 INFO program/MainThread: stdout: 2024-03-01 21:13:47,891 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:47,891 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,916 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,916 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:47,926 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:47,926 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:13:47,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:13:47,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:13:47,938 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:13:47,941 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:13:47,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:13:47,944 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:47,977 INFO program/MainThread: stdout[94]: 2024-03-01 21:13:47,977 INFO program/MainThread: stderr[94]: 2024-03-01 21:13:47,977 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:13:47,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:13:47,984 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,987 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:13:47,991 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:47,994 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:13:47,998 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,001 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:13:48,004 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,007 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:13:48,010 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:13:48,010 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,052 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:13:48,052 INFO program/MainThread: stderr[95]: 2024-03-01 21:13:48,052 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:13:48,053 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:48,061 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,073 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:13:48,073 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:13:48,087 INFO program/MainThread: stdout: 2024-03-01 21:13:48,087 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:48,087 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,113 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,113 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,125 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:13:48,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:13:48,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:13:48,136 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:13:48,140 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:13:48,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:13:48,143 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,177 INFO program/MainThread: stdout[96]: 2024-03-01 21:13:48,177 INFO program/MainThread: stderr[96]: 2024-03-01 21:13:48,177 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:13:48,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:13:48,185 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,188 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:13:48,191 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,194 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:13:48,197 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,201 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:13:48,204 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,207 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:13:48,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:13:48,210 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,260 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:13:48,261 INFO program/MainThread: stderr[97]: 2024-03-01 21:13:48,261 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:13:48,261 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:48,269 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,287 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:13:48,288 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:13:48,300 INFO program/MainThread: stdout: 2024-03-01 21:13:48,300 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:48,301 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,301 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,318 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,328 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,329 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:13:48,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:13:48,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:13:48,340 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:13:48,343 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:13:48,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:13:48,347 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,378 INFO program/MainThread: stdout[98]: 2024-03-01 21:13:48,378 INFO program/MainThread: stderr[98]: 2024-03-01 21:13:48,378 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:13:48,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:13:48,386 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,390 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,393 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,396 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,399 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,402 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,405 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,408 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:13:48,412 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,451 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:13:48,452 INFO program/MainThread: stderr[99]: 2024-03-01 21:13:48,452 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:13:48,453 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:13:48,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:13:48,466 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:13:48,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:13:48,491 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,496 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,503 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,508 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,514 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,517 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,523 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,527 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:13:48,530 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:13:48,530 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,573 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:13:48,574 INFO program/MainThread: stderr[100]: 2024-03-01 21:13:48,574 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:13:48,574 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,625 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:13:48,626 INFO program/MainThread: stderr[101]: 2024-03-01 21:13:48,626 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:13:48,626 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,669 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:13:48,670 INFO program/MainThread: stderr[102]: 2024-03-01 21:13:48,670 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:13:48,670 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:13:48,678 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,685 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:13:48,690 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:13:48,691 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,741 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:13:48,741 INFO program/MainThread: stderr[103]: 2024-03-01 21:13:48,741 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:13:48,741 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:13:48,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,770 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,786 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,803 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,804 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:13:48,808 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,811 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:13:48,814 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:13:48,814 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,849 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:13:48,849 INFO program/MainThread: stderr[104]: 2024-03-01 21:13:48,849 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:13:48,849 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:13:48,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,896 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,910 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,911 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:13:48,915 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:48,917 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:13:48,920 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:13:48,921 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:48,950 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:13:48,951 INFO program/MainThread: stderr[105]: 2024-03-01 21:13:48,951 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:13:48,951 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:13:48,951 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:48,987 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:48,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,003 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,013 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,013 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:13:49,017 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,020 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,023 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,023 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,049 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:13:49,050 INFO program/MainThread: stderr[106]: 2024-03-01 21:13:49,050 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:13:49,050 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:13:49,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,081 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,082 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,094 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,109 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,109 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:49,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,117 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:13:49,117 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:13:49,124 INFO program/MainThread: stdout: 2024-03-01 21:13:49,124 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:49,124 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,142 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,154 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,154 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:13:49,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:13:49,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:13:49,166 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:13:49,169 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:13:49,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:13:49,173 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,203 INFO program/MainThread: stdout[107]: 2024-03-01 21:13:49,203 INFO program/MainThread: stderr[107]: 2024-03-01 21:13:49,203 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:13:49,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:13:49,211 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,214 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:13:49,217 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,221 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:13:49,224 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,227 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:13:49,230 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:13:49,230 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,267 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:13:49,268 INFO program/MainThread: stderr[108]: 2024-03-01 21:13:49,268 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:13:49,268 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:49,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,284 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:13:49,285 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:13:49,299 INFO program/MainThread: stdout: 2024-03-01 21:13:49,299 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:49,299 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,323 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,323 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,334 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,334 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:13:49,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:13:49,342 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:13:49,346 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:13:49,349 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:13:49,353 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:13:49,353 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,384 INFO program/MainThread: stdout[109]: 2024-03-01 21:13:49,384 INFO program/MainThread: stderr[109]: 2024-03-01 21:13:49,384 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:13:49,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:13:49,392 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:13:49,398 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,401 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:13:49,405 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,408 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:13:49,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:13:49,411 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,448 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:13:49,449 INFO program/MainThread: stderr[110]: 2024-03-01 21:13:49,449 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:13:49,450 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:13:49,456 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:13:49,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:13:49,470 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:13:49,479 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,486 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:13:49,490 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,494 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:13:49,500 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,504 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:13:49,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:13:49,508 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,548 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:13:49,548 INFO program/MainThread: stderr[111]: 2024-03-01 21:13:49,549 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:13:49,549 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,590 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:13:49,590 INFO program/MainThread: stderr[112]: 2024-03-01 21:13:49,590 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:13:49,591 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,620 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:13:49,620 INFO program/MainThread: stderr[113]: 2024-03-01 21:13:49,620 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:13:49,621 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:13:49,628 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,634 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,640 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,640 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,694 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:13:49,694 INFO program/MainThread: stderr[114]: 2024-03-01 21:13:49,694 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:13:49,695 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:13:49,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,717 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,734 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,747 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,748 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:13:49,752 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,755 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,758 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,758 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,785 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:13:49,785 INFO program/MainThread: stderr[115]: 2024-03-01 21:13:49,785 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:13:49,786 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:13:49,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,817 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,818 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,831 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,845 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,846 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:13:49,850 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,853 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,856 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:13:49,856 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:49,882 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:13:49,882 INFO program/MainThread: stderr[116]: 2024-03-01 21:13:49,882 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:13:49,882 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:13:49,883 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,914 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,915 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,927 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,927 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,942 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,942 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:49,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:49,950 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:13:49,950 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:13:49,957 INFO program/MainThread: stdout: 2024-03-01 21:13:49,957 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:49,957 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,970 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:49,982 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:49,982 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:13:49,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:13:49,990 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:13:49,994 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:13:49,997 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:13:50,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:13:50,001 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 21:13:50,032 INFO program/MainThread: stdout[117]: 2024-03-01 21:13:50,032 INFO program/MainThread: stderr[117]: 2024-03-01 21:13:50,032 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:13:50,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:13:50,040 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,043 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:13:50,046 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,049 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:13:50,053 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,056 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:13:50,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:13:50,059 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 21:13:50,095 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:13:50,095 INFO program/MainThread: stderr[118]: 2024-03-01 21:13:50,095 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:13:50,096 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:50,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,116 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:50,116 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:13:50,131 INFO program/MainThread: stdout: 2024-03-01 21:13:50,131 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:13:50,131 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,150 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,163 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,163 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:13:50,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:13:50,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:13:50,175 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:13:50,178 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:13:50,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:13:50,182 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 21:13:50,214 INFO program/MainThread: stdout[119]: 2024-03-01 21:13:50,214 INFO program/MainThread: stderr[119]: 2024-03-01 21:13:50,214 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:13:50,219 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:13:50,222 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,225 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:50,229 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,232 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:50,235 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,238 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:50,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:13:50,241 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 21:13:50,276 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:13:50,277 INFO program/MainThread: stderr[120]: 2024-03-01 21:13:50,277 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:13:50,278 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:13:50,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:13:50,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:13:50,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:13:50,313 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,318 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:13:50,323 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,328 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:13:50,331 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:13:50,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:13:50,338 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 21:13:50,374 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:13:50,374 INFO program/MainThread: stderr[121]: 2024-03-01 21:13:50,374 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:13:50,374 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 21:13:50,419 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:13:50,419 INFO program/MainThread: stderr[122]: 2024-03-01 21:13:50,419 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:13:50,419 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 21:13:50,460 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:13:50,460 INFO program/MainThread: stderr[123]: 2024-03-01 21:13:50,460 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:13:50,461 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:13:50,468 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,474 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:13:50,479 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:13:50,479 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:50,518 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:13:50,518 INFO program/MainThread: stderr[124]: 2024-03-01 21:13:50,518 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:13:50,518 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:13:50,519 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,548 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,560 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,560 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,574 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,574 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:13:50,578 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,581 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:13:50,584 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:13:50,584 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:50,613 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:13:50,613 INFO program/MainThread: stderr[125]: 2024-03-01 21:13:50,613 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:13:50,614 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:13:50,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,647 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,661 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,676 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,676 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:13:50,680 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:13:50,683 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:13:50,686 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:13:50,687 INFO program/MainThread: Running [126] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:13:50,711 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:13:50,711 INFO program/MainThread: stderr[126]: 2024-03-01 21:13:50,711 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:13:50,711 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:13:50,711 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,743 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:13:50,770 DEBUG program/MainThread: Return code: 0 2024-03-01 21:13:50,775 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:13:50,775 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 0x7fb6ff1e56d0> 2024-03-01 21:14:05,161 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_fgu8qzbf/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:09,798 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gmign36n/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:16,990 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xn2ts3e3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:17,026 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,027 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:14:17,029 INFO program/MainThread: stdout[2]: 2024-03-01 21:14:17,030 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:14:17,030 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:14:17,030 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:14:17,034 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:17,035 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:14:17,038 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,038 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:14:17,041 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,041 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:14:17,045 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:17,045 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:14:17,052 INFO program/MainThread: stdout: 2024-03-01 21:14:17,052 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:14:17,052 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,052 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,052 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,052 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,052 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,052 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,052 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:14:17,053 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:17,053 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:17,053 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:17,053 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:17,053 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:17,053 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:14:17,054 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:17,054 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:14:17,054 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:14:17,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:17,067 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:17,078 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:14:17,082 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:14:17,083 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:14:17,083 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:17,113 INFO program/MainThread: stdout[3]: 2024-03-01 21:14:17,113 INFO program/MainThread: stderr[3]: 2024-03-01 21:14:17,113 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:14:17,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,126 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:14:17,130 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:14:17,131 INFO blivet/MainThread: sda is a disk 2024-03-01 21:14:17,131 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:14:17,131 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:14:17,135 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:17,138 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:17,139 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:17,142 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:14:17,142 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,143 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:14:17,143 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d6b29470) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:14:17,146 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:14:17,147 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:14:17,150 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:14:17,150 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:14:17,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,160 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:14:17,161 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:14:17,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:14:17,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:14:17,164 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:17,167 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:17,167 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:17,171 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:14:17,171 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,171 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:14:17,171 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5ad7400) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:14:17,175 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:14:17,175 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:14:17,178 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:14:17,178 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:14:17,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,188 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:14:17,189 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:14:17,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:14:17,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:14:17,192 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:14:17,195 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:14:17,195 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:14:17,199 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:14:17,199 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,199 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:14:17,199 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5ad74a8) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:14:17,203 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:14:17,203 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:14:17,206 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:14:17,206 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:14:17,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,216 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:14:17,217 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:14:17,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:14:17,217 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:14:17,220 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:14:17,224 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:14:17,224 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:14:17,227 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:14:17,227 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,228 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:14:17,228 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5add5c0) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:14:17,231 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:14:17,231 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:14:17,235 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:14:17,235 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:14:17,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,245 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:14:17,245 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:14:17,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:14:17,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:14:17,249 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:17,252 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:17,252 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:17,255 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:14:17,256 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,256 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:14:17,256 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5add438) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:14:17,260 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:14:17,260 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:14:17,263 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:14:17,263 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:14:17,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,273 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:14:17,274 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:14:17,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:14:17,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:14:17,277 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:17,280 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:17,281 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:17,284 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:14:17,284 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,285 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:14:17,285 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5aed4a8) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:14:17,288 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:14:17,288 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:14:17,291 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:14:17,291 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:14:17,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,301 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:14:17,302 INFO blivet/MainThread: sde is a disk 2024-03-01 21:14:17,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:14:17,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:14:17,305 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:17,309 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:17,309 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:17,312 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:14:17,312 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,313 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:14:17,313 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5aedb38) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:14:17,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:14:17,316 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:14:17,320 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:14:17,320 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:14:17,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,330 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:14:17,331 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:14:17,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:14:17,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:14:17,334 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:17,337 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:17,337 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:17,341 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:14:17,341 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,341 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:14:17,341 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5aed240) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:14:17,345 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:14:17,345 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:14:17,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:14:17,348 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:14:17,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,358 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:14:17,359 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:14:17,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:14:17,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:14:17,362 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:17,366 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:17,366 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:17,369 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:14:17,369 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,370 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:14:17,370 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5ad9a20) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:14:17,373 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:14:17,373 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:14:17,377 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:14:17,377 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:14:17,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,387 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:14:17,387 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:14:17,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:14:17,388 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:14:17,391 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:17,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:17,394 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:17,397 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:14:17,398 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,398 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:14:17,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5aedcf8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:14:17,402 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:14:17,402 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:14:17,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:14:17,405 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:14:17,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,415 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:14:17,416 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:14:17,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:14:17,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:14:17,419 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:17,422 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:17,422 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:17,426 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:14:17,426 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,426 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:14:17,426 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5afd940) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:14:17,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:14:17,430 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:14:17,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:14:17,433 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:14:17,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,444 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:14:17,444 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:14:17,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:14:17,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:14:17,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:17,451 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:17,451 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:17,454 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:14:17,454 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:14:17,455 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:14:17,455 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5afdfd0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:14:17,458 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:14:17,458 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:14:17,461 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': '18182951'} ; 2024-03-01 21:14:17,462 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:14:17,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:17,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:17,472 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:14:17,472 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:14:17,472 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:14:17,472 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:14:17,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:14:17,472 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:14:17,475 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:14:17,479 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:14:17,479 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:14:17,482 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:14:17,482 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:14:17,483 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:14:17,483 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff3d5afdf28) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:14:17,486 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:14:17,490 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:17,490 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:14:17,493 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:17,493 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:14:17,497 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,497 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:14:17,500 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:17,500 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:14:17,504 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:14:17,507 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:17,511 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:14:17,514 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 0x7ff3d5aeea08> 2024-03-01 21:14:20,576 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:14:20,581 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:14:20,581 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:14:20,585 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': '18185273'} ; 2024-03-01 21:14:20,585 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:14:20,585 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:14:20,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,595 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:14:20,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,601 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:20,614 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:20,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:14:20,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:14:20,637 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:14:20,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:14:20,641 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:14:20,644 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:14:20,645 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:14:20,648 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:20,648 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:20,648 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:14:20,652 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:14:20,655 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:14:20,658 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:14:20,661 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:14:20,664 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:20,665 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:20,665 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:14:20,666 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:14:20,665 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff3d6e74390) -- 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 0x7ff3d5a930f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:14:20,669 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:14:20,673 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:20,673 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:14:20,676 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:20,676 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:14:20,680 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:20,680 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:14:20,683 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:20,683 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:14:20,685 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:14:20,685 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:14:20,689 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:20,689 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:14:20,692 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:14:20,692 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:20,693 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:20,703 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:20,714 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:14:20,715 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:14:20,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:20,728 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:14:20,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:20,740 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:14:20,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:20,752 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:14:20,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:20,763 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:14:20,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:20,775 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:14:20,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:20,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:14:20,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:14:25,213 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_8u8p6o7b/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:14:25,249 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:25,249 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:14:25,252 INFO program/MainThread: stdout[2]: 2024-03-01 21:14:25,252 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:14:25,253 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:14:25,253 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:14:25,257 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:25,257 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:14:25,261 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:25,261 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:14:25,264 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:25,264 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:14:25,267 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:14:25,267 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:14:25,274 INFO program/MainThread: stdout: 2024-03-01 21:14:25,275 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:14:25,275 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:14:25,275 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:25,275 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:25,275 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:14:25,275 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:25,276 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:25,276 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:14:25,276 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:14:25,276 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:14:25,276 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:14:25,276 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:25,286 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:25,297 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:14:25,301 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:14:25,301 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:14:25,302 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:25,332 INFO program/MainThread: stdout[3]: 2024-03-01 21:14:25,332 INFO program/MainThread: stderr[3]: 2024-03-01 21:14:25,332 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:14:25,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,345 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:14:25,349 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:14:25,350 INFO blivet/MainThread: sda is a disk 2024-03-01 21:14:25,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:14:25,350 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:14:25,354 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:25,357 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:25,358 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:25,361 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:14:25,361 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,362 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:14:25,362 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff615c8c470) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:14:25,366 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:14:25,366 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:14:25,369 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:14:25,369 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:14:25,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,379 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:14:25,380 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:14:25,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:14:25,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:14:25,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:25,386 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:25,387 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:25,390 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:14:25,390 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,391 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:14:25,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c3a400) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:14:25,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:14:25,394 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:14:25,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:14:25,398 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:14:25,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:14:25,408 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:14:25,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:14:25,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:14:25,412 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:14:25,415 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:14:25,415 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:14:25,418 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:14:25,419 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,419 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:14:25,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c3a4a8) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:14:25,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:14:25,423 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:14:25,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:14:25,426 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:14:25,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,436 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:14:25,437 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:14:25,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:14:25,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:14:25,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:14:25,443 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:14:25,444 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:14:25,447 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:14:25,447 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,448 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:14:25,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c405c0) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:14:25,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:14:25,451 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:14:25,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:14:25,455 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:14:25,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:14:25,465 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:14:25,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:14:25,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:14:25,469 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:25,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:25,472 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:25,475 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:14:25,476 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,476 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:14:25,476 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c40438) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:14:25,480 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:14:25,480 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:14:25,483 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:14:25,483 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:14:25,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,493 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:14:25,494 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:14:25,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:14:25,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:14:25,497 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:25,501 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:25,501 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:25,504 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:14:25,505 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,505 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:14:25,505 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c504a8) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:14:25,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:14:25,509 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:14:25,512 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:14:25,512 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:14:25,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:14:25,523 INFO blivet/MainThread: sde is a disk 2024-03-01 21:14:25,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:14:25,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:14:25,526 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:25,529 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:25,529 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:25,533 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:14:25,533 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,533 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:14:25,533 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c50b38) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:14:25,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:14:25,537 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:14:25,540 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:14:25,540 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:14:25,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,551 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:14:25,551 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:14:25,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:14:25,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:14:25,554 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:25,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:25,558 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:25,561 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:14:25,562 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,562 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:14:25,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c50240) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:14:25,565 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:14:25,566 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:14:25,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:14:25,569 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:14:25,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,579 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:14:25,580 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:14:25,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:14:25,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:14:25,583 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:25,587 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:25,587 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:25,590 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:14:25,591 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,591 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:14:25,591 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c3ca20) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:14:25,595 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:14:25,595 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:14:25,598 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:14:25,598 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:14:25,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,608 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:14:25,609 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:14:25,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:14:25,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:14:25,612 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:25,616 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:25,616 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:25,619 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:14:25,619 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,620 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:14:25,620 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c50cf8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:14:25,623 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:14:25,623 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:14:25,627 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:14:25,627 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:14:25,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,637 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:14:25,637 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:14:25,637 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:14:25,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:14:25,641 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:25,644 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:25,644 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:25,648 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:14:25,648 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,648 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:14:25,648 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c60940) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:14:25,652 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:14:25,652 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:14:25,655 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:14:25,655 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:14:25,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,666 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:14:25,666 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:14:25,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:14:25,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:14:25,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:25,673 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:25,673 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:25,676 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:14:25,677 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:14:25,677 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:14:25,677 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c60fd0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:14:25,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:14:25,681 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:14:25,684 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': '18182951'} ; 2024-03-01 21:14:25,684 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:14:25,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:25,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:25,694 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:14:25,694 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:14:25,694 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:14:25,694 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:14:25,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:14:25,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:14:25,698 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:14:25,701 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:14:25,701 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:14:25,704 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:14:25,705 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:14:25,705 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:14:25,705 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff614c60f28) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:14:25,709 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:14:25,712 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:25,712 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:14:25,716 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:25,716 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:14:25,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:25,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:14:25,723 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:25,723 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:14:25,727 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:14:25,730 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:25,733 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:14:25,737 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 0x7ff614c51a08> 2024-03-01 21:14:28,626 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:14:28,631 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:14:28,631 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:14:28,635 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': '18185273'} ; 2024-03-01 21:14:28,635 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:14:28,635 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:14:28,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,645 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:14:28,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:28,664 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:28,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:14:28,682 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:14:28,686 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:14:28,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:14:28,690 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:14:28,693 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:14:28,693 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:14:28,697 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:28,697 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:28,697 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:14:28,700 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:14:28,704 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:14:28,707 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:14:28,710 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:14:28,713 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:14:28,714 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:14:28,714 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:14:28,714 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:14:28,714 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff615fd7390) -- 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 0x7ff614bf60f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:14:28,718 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:14:28,722 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:14:28,722 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:14:28,725 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:14:28,725 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:14:28,729 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:28,729 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:14:28,732 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:14:28,732 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:14:28,734 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:14:28,734 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:14:28,738 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:28,738 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:14:28,741 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:14:28,741 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:14:28,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:28,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:28,764 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:14:28,765 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:14:28,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,778 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:14:28,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,790 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:14:28,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,802 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:14:28,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,813 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:14:28,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,825 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:14:28,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,836 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:14:28,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,848 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:14:28,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:14:28,854 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:14:28,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:14:28,860 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:14:28,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:14:28,866 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:14:28,869 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:28,869 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:14:28,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:14:28,873 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:14:28,873 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:14:28,877 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:14:28,877 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:14:28,880 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:28,880 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:14:28,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:14:28,883 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:14:28,883 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:14:28,887 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:14:28,887 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:14:28,890 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:28,890 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:14:28,890 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:14:28,893 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:14:28,893 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:14:28,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:14:28,896 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:14:28,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:14:28,902 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:14:28,905 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:28,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:14:28,912 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:28,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:14:28,920 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:14:28,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:14:28,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:14:28,924 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:14:28,925 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:14:28,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,938 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:14:28,939 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:14:28,939 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:14:28,939 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 21:14:28,940 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:14:28,940 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:14:28,943 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:28,943 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:14:28,946 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:28,947 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:14:28,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:14:28,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:14:28,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:14:28,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:14:28,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:14:28,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:14:28,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:14:28,969 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:14:28,969 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:14:28,969 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:14:28,970 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:14:28,974 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:14:28,974 INFO program/MainThread: stderr[4]: 2024-03-01 21:14:28,974 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:14:28,974 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:14:28,974 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:28,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:14:28,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:14:28,979 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:28,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:28,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:28,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:28,992 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 21:14:28,993 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:14:28,994 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:14:28,994 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 21:14:28,994 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:14:28,995 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:14:28,998 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:28,998 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 21:14:29,001 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:14:29,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:14:29,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:14:29,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 21:14:29,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:14:29,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:14:29,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:14:29,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 21:14:29,023 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:14:29,024 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 21:14:29,024 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:14:29,024 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 21:14:29,024 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:29,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 21:14:29,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,028 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:29,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,040 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 21:14:29,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 21:14:29,046 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:14:29,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 21:14:29,052 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:14:29,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 21:14:29,058 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:14:29,061 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,061 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 21:14:29,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:14:29,064 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:14:29,064 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:14:29,068 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,068 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:14:29,071 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,071 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 21:14:29,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 21:14:29,074 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:14:29,074 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:14:29,077 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,078 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:14:29,081 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,081 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 21:14:29,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 21:14:29,084 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:14:29,084 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:14:29,087 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,087 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:14:29,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 21:14:29,092 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:14:29,095 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:14:29,099 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:14:29,102 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:14:29,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:14:29,110 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:14:29,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 21:14:29,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:14:29,114 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 21:14:29,115 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:14:29,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,128 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 21:14:29,129 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:14:29,129 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:14:29,130 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 21:14:29,130 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:14:29,130 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:14:29,133 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,134 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 21:14:29,136 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 21:14:29,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:14:29,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:14:29,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 21:14:29,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:14:29,151 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:14:29,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:14:29,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 21:14:29,158 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:14:29,159 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 21:14:29,159 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:14:29,159 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 21:14:29,159 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:29,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:14:29,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,163 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:29,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,176 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 21:14:29,177 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:14:29,177 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:14:29,177 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 21:14:29,178 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:14:29,178 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:14:29,181 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,181 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 21:14:29,184 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 21:14:29,188 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:14:29,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:14:29,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:14:29,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:14:29,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:14:29,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:14:29,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 21:14:29,207 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 21:14:29,207 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 21:14:29,207 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:14:29,207 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 21:14:29,208 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:29,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 21:14:29,212 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,212 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:29,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,225 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 21:14:29,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 21:14:29,231 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:14:29,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 21:14:29,237 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:14:29,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 21:14:29,242 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:14:29,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 21:14:29,248 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:14:29,251 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,251 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 21:14:29,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 21:14:29,255 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:14:29,255 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:14:29,258 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,258 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:14:29,261 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,261 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 21:14:29,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 21:14:29,264 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:14:29,265 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:14:29,268 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,268 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:14:29,271 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,271 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 21:14:29,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 21:14:29,283 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:14:29,283 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:14:29,286 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,286 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:14:29,289 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:14:29,289 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:14:29,290 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:14:29,293 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:14:29,293 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:14:29,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:14:29,296 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:14:29,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 21:14:29,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:14:29,304 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:14:29,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:14:29,312 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:14:29,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:14:29,319 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:14:29,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:14:29,327 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:14:29,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 21:14:29,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:14:29,332 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 21:14:29,332 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:14:29,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,347 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 21:14:29,347 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,348 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:14:29,348 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 21:14:29,348 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,349 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:14:29,352 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,352 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 21:14:29,355 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,356 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 21:14:29,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:14:29,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:14:29,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:14:29,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:14:29,370 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:14:29,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:14:29,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 21:14:29,378 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,378 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 21:14:29,378 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:14:29,378 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 21:14:29,378 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:29,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 21:14:29,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,382 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:29,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,395 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 21:14:29,396 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,397 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:14:29,397 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 21:14:29,397 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,398 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:14:29,401 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,401 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 21:14:29,404 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,405 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 21:14:29,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:14:29,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:14:29,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 21:14:29,416 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:14:29,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:14:29,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:14:29,426 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 21:14:29,427 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,427 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 21:14:29,427 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:14:29,428 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 21:14:29,428 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:29,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:14:29,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,432 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:29,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,444 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 21:14:29,445 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,446 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:14:29,446 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 21:14:29,447 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,447 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:14:29,450 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,450 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 21:14:29,453 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,454 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:14:29,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:14:29,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:14:29,462 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 21:14:29,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:14:29,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:14:29,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:14:29,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 21:14:29,476 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,477 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 21:14:29,477 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:14:29,477 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 21:14:29,477 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:29,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 21:14:29,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,481 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:29,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:14:29,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:29,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:14:29,494 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 21:14:29,495 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,496 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:14:29,496 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 21:14:29,496 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,497 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:14:29,500 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,501 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 21:14:29,503 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:14:29,504 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:14:29,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:14:29,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:14:29,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 21:14:29,515 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:14:29,519 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:14:29,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:14:29,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 21:14:29,526 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 21:14:29,527 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 21:14:29,527 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:14:29,528 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 21:14:29,528 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:29,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 21:14:29,532 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 21:14:29,532 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:29,533 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:14:29,533 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:14:29,534 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:14:29,535 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:29,536 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:29,536 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:14:29,538 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:14:29,541 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:14:29,544 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:14:29,547 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:14:29,547 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:14:29,550 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:14:29,550 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 0x7ff614c17db0> 2024-03-01 21:14:29,551 INFO blivet/MainThread: sorting actions... 2024-03-01 21:14:29,586 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:14:29,586 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:14:29,586 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:14:29,587 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:14:29,587 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:14:29,588 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:14:29,588 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:14:29,588 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:14:29,589 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:14:29,589 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:14:29,590 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:14:29,590 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:14:29,590 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:14:29,591 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:14:29,591 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:14:29,591 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:29,592 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:29,593 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:29,593 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:29,593 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:29,594 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:29,594 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:29,595 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:29,595 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:14:29,596 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:14:29,596 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:14:29,596 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:14:29,597 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:29,597 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:29,598 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:29,598 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:29,599 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:14:29,599 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:14:29,599 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:14:29,600 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:14:29,600 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:29,601 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:29,601 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:29,601 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:29,602 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 21:14:29,605 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,608 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 21:14:29,608 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 21:14:29,617 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,617 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,643 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,655 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,656 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 21:14:29,660 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,663 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 21:14:29,663 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 21:14:29,670 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,670 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,698 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,698 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,710 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,711 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 21:14:29,714 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,717 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 21:14:29,718 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 21:14:29,725 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,765 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,765 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 21:14:29,769 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,772 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 21:14:29,772 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 21:14:29,779 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,780 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,806 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,816 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,817 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 21:14:29,820 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,824 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 21:14:29,824 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 21:14:29,829 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,829 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,857 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,857 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,867 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,868 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 21:14:29,871 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,875 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 21:14:29,875 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 21:14:29,880 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,880 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,909 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,921 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,921 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 21:14:29,925 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,928 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 21:14:29,928 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 21:14:29,935 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,961 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,961 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:29,973 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,973 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:14:29,977 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:29,980 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:14:29,980 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:14:29,986 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:29,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,016 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,016 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,028 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,028 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:14:30,032 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:30,035 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:14:30,035 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:14:30,042 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,043 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,085 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,085 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:14:30,089 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:14:30,092 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:14:30,092 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:14:30,099 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,100 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,125 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,138 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 21:14:30,142 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,145 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,148 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,148 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:14:30,148 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 21:14:30,178 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 21:14:30,178 INFO program/MainThread: stderr[5]: 2024-03-01 21:14:30,178 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:14:30,178 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,197 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:14:30,201 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:14:30,202 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 21:14:30,211 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,211 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,232 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,232 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 21:14:30,236 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,239 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,242 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,242 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:14:30,243 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:30,273 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 21:14:30,273 INFO program/MainThread: stderr[6]: 2024-03-01 21:14:30,273 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:14:30,273 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,294 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,298 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:14:30,298 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:14:30,299 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 21:14:30,308 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,308 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,332 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,332 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 21:14:30,336 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,339 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,342 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,342 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:14:30,342 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:30,372 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 21:14:30,372 INFO program/MainThread: stderr[7]: 2024-03-01 21:14:30,373 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:14:30,373 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,390 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:14:30,394 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:14:30,396 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 21:14:30,404 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,426 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,426 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 21:14:30,430 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,433 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,436 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,436 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:14:30,437 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:30,467 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 21:14:30,467 INFO program/MainThread: stderr[8]: 2024-03-01 21:14:30,468 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:14:30,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,489 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,493 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:14:30,494 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:14:30,495 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 21:14:30,505 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,529 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,529 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 21:14:30,533 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 21:14:30,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:14:30,540 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,543 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,546 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,549 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,553 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,556 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,559 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,562 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,565 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 21:14:30,565 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:30,634 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 21:14:30,634 INFO program/MainThread: stderr[9]: 2024-03-01 21:14:30,634 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:14:30,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:14:30,651 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:14:30,659 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,673 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,688 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,702 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,707 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,713 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,728 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:14:30,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:14:30,736 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,747 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,748 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 21:14:30,756 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,766 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,766 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:30,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 21:14:30,774 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 21:14:30,777 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:14:30,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 21:14:30,784 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,788 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,791 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,795 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,799 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,802 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,806 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,809 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:14:30,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:30,820 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:30,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 21:14:30,825 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/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:30,852 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb 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 21:14:30,852 INFO program/MainThread: stderr[10]: 2024-03-01 21:14:30,852 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:14:30,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 21:14:30,856 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:30,933 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 21:14:30,934 INFO program/MainThread: stderr[11]: 2024-03-01 21:14:30,934 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:14:30,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:30,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:14:30,955 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:30,955 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,002 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,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 21:14:31,007 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:14:31,008 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:14:31,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,033 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,033 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 21:14:31,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,040 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:14:31,043 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 21:14:31,044 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 21:14:31,061 INFO program/MainThread: stdout: 2024-03-01 21:14:31,062 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:14:31,062 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:31,062 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:31,062 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:31,062 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:14:31,062 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:31,062 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:31,062 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:14:31,062 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:31,062 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:31,062 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,063 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 21:14:31,076 INFO program/MainThread: stdout: 2024-03-01 21:14:31,077 INFO program/MainThread: writing all SBs 2024-03-01 21:14:31,077 INFO program/MainThread: new label = "" 2024-03-01 21:14:31,077 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,091 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:14:31,095 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:14:31,097 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:14:31,105 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,119 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,119 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:31,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 21:14:31,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 21:14:31,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,131 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/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:31,157 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb 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 21:14:31,157 INFO program/MainThread: stderr[12]: 2024-03-01 21:14:31,157 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:14:31,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 21:14:31,162 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:31,251 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 21:14:31,252 INFO program/MainThread: stderr[13]: 2024-03-01 21:14:31,252 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:14:31,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:14:31,268 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:14:31,268 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,310 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,315 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 21:14:31,316 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:14:31,317 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:14:31,327 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,327 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,342 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,342 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 21:14:31,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,350 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:14:31,353 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 21:14:31,353 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 21:14:31,372 INFO program/MainThread: stdout: 2024-03-01 21:14:31,373 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 21:14:31,373 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:31,373 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:31,373 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:31,373 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 21:14:31,373 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:31,373 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:31,373 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:14:31,373 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:31,373 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:31,373 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,374 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 21:14:31,387 INFO program/MainThread: stdout: 2024-03-01 21:14:31,387 INFO program/MainThread: writing all SBs 2024-03-01 21:14:31,387 INFO program/MainThread: new label = "" 2024-03-01 21:14:31,387 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:14:31,410 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:14:31,411 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 21:14:31,421 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,438 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,438 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:31,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 21:14:31,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 21:14:31,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,449 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/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:31,475 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb 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 21:14:31,475 INFO program/MainThread: stderr[14]: 2024-03-01 21:14:31,475 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:14:31,480 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 21:14:31,480 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:31,570 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 21:14:31,571 INFO program/MainThread: stderr[15]: 2024-03-01 21:14:31,571 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:14:31,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,589 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:14:31,589 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:14:31,589 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,626 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,631 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 21:14:31,631 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:14:31,632 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:14:31,641 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,641 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,655 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,655 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 21:14:31,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,663 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:14:31,666 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 21:14:31,666 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 21:14:31,684 INFO program/MainThread: stdout: 2024-03-01 21:14:31,685 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 21:14:31,685 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:31,685 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:31,685 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:31,685 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 21:14:31,685 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:31,685 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:31,685 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 21:14:31,685 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:31,685 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:31,685 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,686 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 21:14:31,699 INFO program/MainThread: stdout: 2024-03-01 21:14:31,699 INFO program/MainThread: writing all SBs 2024-03-01 21:14:31,699 INFO program/MainThread: new label = "" 2024-03-01 21:14:31,699 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,699 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,715 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:14:31,719 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:14:31,721 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 21:14:31,730 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,744 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,744 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:31,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 21:14:31,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 21:14:31,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,755 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/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:31,782 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb 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 21:14:31,782 INFO program/MainThread: stderr[16]: 2024-03-01 21:14:31,782 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:14:31,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 21:14:31,787 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:31,879 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 21:14:31,880 INFO program/MainThread: stderr[17]: 2024-03-01 21:14:31,880 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:14:31,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:14:31,896 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:31,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,929 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 21:14:31,934 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:14:31,935 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:14:31,944 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:31,960 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:31,960 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 21:14:31,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:31,968 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:14:31,971 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 21:14:31,971 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 21:14:31,999 INFO program/MainThread: stdout: 2024-03-01 21:14:31,999 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 21:14:32,000 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:32,000 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:32,000 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:32,000 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 21:14:32,000 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:32,000 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:32,000 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:14:32,000 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:32,000 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:32,000 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,001 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 21:14:32,014 INFO program/MainThread: stdout: 2024-03-01 21:14:32,015 INFO program/MainThread: writing all SBs 2024-03-01 21:14:32,015 INFO program/MainThread: new label = "" 2024-03-01 21:14:32,015 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,015 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,029 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,033 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:14:32,033 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:14:32,035 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 21:14:32,044 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,045 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,059 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,059 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 21:14:32,063 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,066 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,069 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,069 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:14:32,070 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:32,101 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 21:14:32,101 INFO program/MainThread: stderr[18]: 2024-03-01 21:14:32,102 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:14:32,102 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,125 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:14:32,125 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:14:32,127 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 21:14:32,136 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,136 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,158 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,158 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 21:14:32,162 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,165 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,168 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,168 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:14:32,169 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:32,199 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 21:14:32,200 INFO program/MainThread: stderr[19]: 2024-03-01 21:14:32,200 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:14:32,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,220 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,224 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:14:32,224 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:14:32,226 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 21:14:32,234 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,258 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,258 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 21:14:32,262 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,265 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,268 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,268 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:14:32,269 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:32,301 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 21:14:32,301 INFO program/MainThread: stderr[20]: 2024-03-01 21:14:32,301 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:14:32,301 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,321 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,325 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:14:32,325 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:14:32,326 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 21:14:32,335 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,358 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,358 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 21:14:32,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 21:14:32,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:14:32,368 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,372 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,375 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,378 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,382 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,385 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 21:14:32,388 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:32,447 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 21:14:32,447 INFO program/MainThread: stderr[21]: 2024-03-01 21:14:32,447 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:14:32,452 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:14:32,459 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:14:32,465 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,472 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,478 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,483 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,486 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,500 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:14:32,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:14:32,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,517 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,517 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 21:14:32,525 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,537 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,537 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:32,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 21:14:32,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 21:14:32,548 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:14:32,552 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 21:14:32,555 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,559 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,562 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,566 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,569 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,573 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:14:32,573 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,583 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 21:14:32,588 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:32,613 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:14:32,613 INFO program/MainThread: stderr[22]: 2024-03-01 21:14:32,613 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:14:32,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 21:14:32,618 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:32,704 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 21:14:32,704 INFO program/MainThread: stderr[23]: 2024-03-01 21:14:32,705 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:14:32,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,719 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:14:32,720 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:14:32,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,744 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,748 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 21:14:32,749 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:14:32,750 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:14:32,758 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,759 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,772 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,772 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 21:14:32,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,780 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:14:32,783 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 21:14:32,783 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 21:14:32,801 INFO program/MainThread: stdout: 2024-03-01 21:14:32,801 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 21:14:32,801 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:32,801 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:32,801 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:32,801 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 21:14:32,801 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:32,801 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:32,801 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:14:32,802 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:32,802 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:32,802 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,802 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 21:14:32,813 INFO program/MainThread: stdout: 2024-03-01 21:14:32,814 INFO program/MainThread: writing all SBs 2024-03-01 21:14:32,814 INFO program/MainThread: new label = "" 2024-03-01 21:14:32,814 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,830 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:14:32,835 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:14:32,836 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 21:14:32,844 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:32,858 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:32,858 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:32,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 21:14:32,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 21:14:32,869 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:32,869 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:32,895 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z 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 21:14:32,895 INFO program/MainThread: stderr[24]: 2024-03-01 21:14:32,895 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:14:32,899 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 21:14:32,899 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:32,982 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 21:14:32,983 INFO program/MainThread: stderr[25]: 2024-03-01 21:14:32,983 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:14:32,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:14:33,001 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:14:33,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,024 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,028 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 21:14:33,029 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:14:33,030 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:14:33,038 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,038 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,052 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,052 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 21:14:33,056 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,059 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:14:33,063 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 21:14:33,063 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 21:14:33,079 INFO program/MainThread: stdout: 2024-03-01 21:14:33,079 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 21:14:33,079 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:33,080 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:33,080 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:33,080 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 21:14:33,080 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:33,080 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:33,080 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:14:33,080 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:33,080 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:33,080 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,081 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 21:14:33,093 INFO program/MainThread: stdout: 2024-03-01 21:14:33,093 INFO program/MainThread: writing all SBs 2024-03-01 21:14:33,093 INFO program/MainThread: new label = "" 2024-03-01 21:14:33,093 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,107 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:14:33,111 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:14:33,113 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 21:14:33,121 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,137 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:14:33,142 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,145 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,148 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,148 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:14:33,148 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:33,181 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:14:33,181 INFO program/MainThread: stderr[26]: 2024-03-01 21:14:33,181 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:14:33,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,203 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:14:33,203 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:14:33,205 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:14:33,214 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,214 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,236 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,236 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:14:33,240 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,243 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,246 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,246 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:14:33,247 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:33,280 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:14:33,280 INFO program/MainThread: stderr[27]: 2024-03-01 21:14:33,281 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:14:33,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,300 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,304 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:14:33,304 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:14:33,306 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:14:33,315 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,337 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,337 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:14:33,341 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,344 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,347 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,348 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:14:33,348 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:14:33,382 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:14:33,382 INFO program/MainThread: stderr[28]: 2024-03-01 21:14:33,382 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:14:33,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,402 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,406 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:14:33,407 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:14:33,408 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:14:33,418 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,441 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,441 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:14:33,445 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:14:33,448 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:14:33,452 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,455 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,458 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,461 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,464 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,468 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:14:33,471 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:33,533 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 21:14:33,533 INFO program/MainThread: stderr[29]: 2024-03-01 21:14:33,533 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:14:33,540 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:14:33,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:14:33,550 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,564 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,569 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,572 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,575 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,586 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,590 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:14:33,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:14:33,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,604 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,604 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:14:33,612 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,625 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,625 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:33,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 21:14:33,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 21:14:33,636 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:14:33,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:14:33,643 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,647 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,650 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,654 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,657 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,661 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:14:33,661 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,672 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,676 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:14:33,677 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/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:33,703 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:14:33,703 INFO program/MainThread: stderr[30]: 2024-03-01 21:14:33,703 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:14:33,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 21:14:33,708 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:33,782 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 21:14:33,783 INFO program/MainThread: stderr[31]: 2024-03-01 21:14:33,783 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:14:33,791 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:14:33,800 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:14:33,800 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,837 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,842 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 21:14:33,843 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:14:33,843 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:14:33,853 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,853 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,869 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,869 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 21:14:33,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,877 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:14:33,880 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 21:14:33,880 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 21:14:33,910 INFO program/MainThread: stdout: 2024-03-01 21:14:33,910 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 21:14:33,911 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:33,911 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:33,911 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:33,911 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 21:14:33,911 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:33,911 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:33,911 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:14:33,911 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:33,911 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:33,911 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,912 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 21:14:33,926 INFO program/MainThread: stdout: 2024-03-01 21:14:33,926 INFO program/MainThread: writing all SBs 2024-03-01 21:14:33,926 INFO program/MainThread: new label = "" 2024-03-01 21:14:33,926 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,926 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,940 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:14:33,944 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:14:33,946 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 21:14:33,955 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,955 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:33,969 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:33,969 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:33,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:14:33,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:14:33,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:33,980 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/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:34,008 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K 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 21:14:34,008 INFO program/MainThread: stderr[32]: 2024-03-01 21:14:34,008 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:14:34,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:14:34,013 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:14:34,103 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 21:14:34,104 INFO program/MainThread: stderr[33]: 2024-03-01 21:14:34,104 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:14:34,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:34,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:34,119 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:14:34,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:34,146 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,151 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 21:14:34,152 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:14:34,152 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:14:34,161 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,162 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:34,176 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,176 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:14:34,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:14:34,184 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:14:34,187 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:14:34,187 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:14:34,206 INFO program/MainThread: stdout: 2024-03-01 21:14:34,207 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 21:14:34,207 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:14:34,207 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:14:34,207 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:14:34,207 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 21:14:34,207 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:14:34,207 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:14:34,207 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 21:14:34,207 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:14:34,207 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:14:34,207 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,208 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:14:34,221 INFO program/MainThread: stdout: 2024-03-01 21:14:34,221 INFO program/MainThread: writing all SBs 2024-03-01 21:14:34,221 INFO program/MainThread: new label = "" 2024-03-01 21:14:34,221 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:34,238 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:14:34,243 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:14:34,244 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 21:14:34,253 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,253 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:14:34,269 DEBUG program/MainThread: Return code: 0 2024-03-01 21:14:34,275 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:14:34,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 0x7ff614c2d0f8> 2024-03-01 21:14:34,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:14:34,282 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:14:34,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,289 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 21:14:34,289 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:14:34,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:14:34,296 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:14:34,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:14:34,302 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:14:34,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,308 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 21:14:34,308 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:14:34,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:14:34,315 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:14:34,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:14:34,321 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:14:34,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:14:34,327 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:14:34,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:14:34,334 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:14:34,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,340 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 21:14:34,340 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:14:34,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 21:14:34,346 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:14:34,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 21:14:34,353 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:14:34,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,359 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 21:14:34,359 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:14:34,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 21:14:34,365 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:14:34,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 21:14:34,371 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:14:34,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:14:34,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 21:14:34,377 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:15:12,829 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4zffz7w6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:12,865 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:12,865 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:15:12,868 INFO program/MainThread: stdout[2]: 2024-03-01 21:15:12,868 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:15:12,868 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:15:12,868 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:15:12,872 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:12,873 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:15:12,876 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:12,877 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:15:12,880 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:12,880 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:15:12,883 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:12,883 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:15:12,893 INFO program/MainThread: stdout: 2024-03-01 21:15:12,893 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:15:12,893 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 2024-03-01 21:15:12,894 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH 2024-03-01 21:15:12,894 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc 2024-03-01 21:15:12,894 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl 2024-03-01 21:15:12,894 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw 2024-03-01 21:15:12,894 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs ac96c488-047d-4d6e-98b4-72970ef41f23 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4cb0399a-38e9-48d5-8233-20dc295d35f4 2024-03-01 21:15:12,894 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq 2024-03-01 21:15:12,894 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX 2024-03-01 21:15:12,894 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ 2024-03-01 21:15:12,894 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1c0f2d29-3109-4e5f-a909-fc517a3c406a 2024-03-01 21:15:12,894 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs acc2299b-1fa0-4b53-9897-e7b75c76fc59 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d 2024-03-01 21:15:12,894 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d 2024-03-01 21:15:12,894 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef 2024-03-01 21:15:12,894 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l 2024-03-01 21:15:12,894 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef 2024-03-01 21:15:12,894 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:15:12,894 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:15:12,894 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:15:12,894 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:12,894 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:12,894 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 sdb 1073741824 root disk brw-rw---- LVM2_member P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc sdc 1073741824 root disk brw-rw---- LVM2_member 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl sdd 1073741824 root disk brw-rw---- LVM2_member Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw |-test_vg2-lv4 641728512 root disk brw-rw---- xfs ac96c488-047d-4d6e-98b4-72970ef41f23 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4cb0399a-38e9-48d5-8233-20dc295d35f4 sde 1073741824 root disk brw-rw---- LVM2_member KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq sdf 1073741824 root disk brw-rw---- LVM2_member y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX sdg 1073741824 root disk brw-rw---- LVM2_member c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1c0f2d29-3109-4e5f-a909-fc517a3c406a |-test_vg3-lv7 427819008 root disk brw-rw---- xfs acc2299b-1fa0-4b53-9897-e7b75c76fc59 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d sdh 1073741824 root disk brw-rw---- LVM2_member 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d sdi 1073741824 root disk brw-rw---- LVM2_member pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef sdj 1073741824 root disk brw-rw---- LVM2_member ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:12,895 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:12,895 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:12,895 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:15:12,895 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:12,895 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:15:12,896 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:15:12,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:12,906 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:12,920 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 21:15:12,925 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/lvm-pv-uuid-noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a', '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': 'noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a', 'ID_FS_UUID_ENC': 'noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:15:12,925 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:15:12,925 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:12,949 INFO program/MainThread: stdout[3]: 2024-03-01 21:15:12,949 INFO program/MainThread: stderr[3]: 2024-03-01 21:15:12,949 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:15:12,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:12,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:12,961 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:15:12,966 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:15:12,966 INFO blivet/MainThread: sda is a disk 2024-03-01 21:15:12,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:15:12,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:15:12,970 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:15:12,974 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:15:12,974 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:15:12,977 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:15:12,977 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:15:12,978 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:15:12,978 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad84a4cc0) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:15:12,982 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:15:12,985 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:12,985 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:15:12,989 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:12,989 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:15:12,992 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:12,992 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:15:12,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:12,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:15:12,999 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:15:12,999 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:15:13,000 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,032 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:13,033 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH. WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (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 21:15:13,033 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:15:13,033 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:15:13,037 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; pe_start: 8 MiB ; 2024-03-01 21:15:13,038 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:15:13,041 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:15:13,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:13,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,053 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,081 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:13,081 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH. WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (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 21:15:13,081 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:15:13,082 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:13,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:15:13,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:15:13,093 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:13,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:15:13,096 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:15:13,096 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,124 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq 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 21:15:13,124 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH. WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (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 21:15:13,124 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:15:13,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:15:13,130 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:15:13,133 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:15:13,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:13,139 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:13,139 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:13,143 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52', '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': 'P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH', 'ID_FS_UUID_ENC': 'P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:15:13,143 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:15:13,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,153 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:15:13,154 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:15:13,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:15:13,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:15:13,157 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:15:13,160 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:15:13,160 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:15:13,164 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:15:13,164 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:15:13,164 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:15:13,164 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7312358) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:15:13,168 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:15:13,171 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:13,171 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:15:13,175 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:13,175 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:15:13,178 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,178 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:15:13,182 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,182 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:15:13,185 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:15:13,185 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:15:13,185 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,214 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:13,214 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (last written to /dev/sdc). 2024-03-01 21:15:13,214 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:15:13,214 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:15:13,219 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:15:13,219 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:15:13,222 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:15:13,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:13,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:15:13,235 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:13,238 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:15:13,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:13,245 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,271 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:13,271 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (last written to /dev/sdc). 2024-03-01 21:15:13,271 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:15:13,271 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:13,272 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:13,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:15:13,276 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:15:13,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,287 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:15:13,287 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:15:13,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:15:13,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:15:13,291 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:15:13,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:15:13,294 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:15:13,297 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:15:13,298 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:15:13,298 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:15:13,298 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7312518) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:15:13,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:15:13,302 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:15:13,305 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:15:13,305 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:15:13,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,315 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:15:13,316 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:15:13,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:15:13,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:15:13,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:15:13,322 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:15:13,323 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:15:13,326 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:15:13,326 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:15:13,327 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:15:13,327 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad731fd30) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:15:13,330 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:15:13,330 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:15:13,334 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381', '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': '9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl', 'ID_FS_UUID_ENC': '9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:15:13,334 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:15:13,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,344 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:15:13,344 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:15:13,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:15:13,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:15:13,347 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:15:13,350 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:15:13,351 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:15:13,354 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:15:13,354 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:15:13,355 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:15:13,355 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7327320) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:15:13,358 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:15:13,361 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:13,362 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:15:13,365 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:13,365 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:15:13,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,368 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:15:13,372 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,372 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:15:13,375 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:15:13,375 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:15:13,375 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 21:15:13,402 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:13,402 INFO program/MainThread: stderr[9]: 2024-03-01 21:15:13,402 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:15:13,402 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:15:13,406 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:13,407 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:15:13,410 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:15:13,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:13,420 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:15:13,423 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:13,426 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:15:13,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:13,432 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 21:15:13,463 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:13,463 INFO program/MainThread: stderr[10]: 2024-03-01 21:15:13,463 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:15:13,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:13,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:15:13,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:13,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:15:13,484 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:13,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:13,488 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:15:13,492 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 21:15:13,492 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:15:13,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:15:13,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:15:13,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:13,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:15:13,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:13,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:13,507 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:15:13,511 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 21:15:13,511 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:15:13,511 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:15:13,512 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:15:13,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:13,515 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:15:13,518 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 21:15:13,519 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:15:13,522 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4', '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-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'ID_FS_UUID_ENC': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1114181387'} ; 2024-03-01 21:15:13,522 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:15:13,523 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:13,527 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:15:13,527 INFO program/MainThread: stderr[11]: 2024-03-01 21:15:13,527 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:15:13,527 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:13,530 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:15:13,530 INFO program/MainThread: stderr[12]: 2024-03-01 21:15:13,530 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:15:13,530 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:13,533 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:15:13,534 INFO program/MainThread: stderr[13]: 2024-03-01 21:15:13,534 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:15:13,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:15:13,544 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:13,545 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:15:13,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:13,546 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:15:13,541 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7327f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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 (0x7fbad73a0ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:15:13,546 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:13,549 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:15:13,549 INFO program/MainThread: stderr[14]: 2024-03-01 21:15:13,549 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:15:13,553 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:13,557 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:13,557 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:15:13,561 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:13,561 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:15:13,565 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,565 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:15:13,568 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,568 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:15:13,570 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:15:13,570 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:15:13,574 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:13,574 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:15:13,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:15:13,577 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:13,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:13,591 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:15:13,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:15:13,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:15:13,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:15:13,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:13,601 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:15:13,605 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 21:15:13,605 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:13,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:15:13,609 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:15:13,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:15:13,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:15:13,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:15:13,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:13,620 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:15:13,623 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 21:15:13,623 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:13,624 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:15:13,624 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:15:13,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:13,627 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:15:13,631 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 21:15:13,631 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:13,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/c0ebe835-e54b-449c-9b24-08ce7fb0e950 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'ID_FS_UUID_ENC': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113875479'} ; 2024-03-01 21:15:13,635 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:15:13,635 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:13,639 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:15:13,639 INFO program/MainThread: stderr[15]: 2024-03-01 21:15:13,639 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:15:13,639 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:13,642 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:15:13,642 INFO program/MainThread: stderr[16]: 2024-03-01 21:15:13,642 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:15:13,643 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:13,646 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:15:13,646 INFO program/MainThread: stderr[17]: 2024-03-01 21:15:13,646 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:15:13,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:15:13,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:13,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:13,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:13,658 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:13,654 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7327dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq 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 (0x7fbad73a0ac8) -- name = test_vg1 status = True 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:15:13,659 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:13,662 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:15:13,662 INFO program/MainThread: stderr[18]: 2024-03-01 21:15:13,662 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:15:13,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:15:13,670 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:13,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:15:13,673 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:13,673 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:15:13,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:15:13,681 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,681 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:15:13,681 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:15:13,684 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:13,685 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:15:13,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:15:13,688 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:13,688 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:13,692 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/lvm-pv-uuid-Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw', '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': 'Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw', 'ID_FS_UUID_ENC': 'Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:15:13,692 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:15:13,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,702 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:15:13,703 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:15:13,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:15:13,703 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:15:13,706 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:15:13,710 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:15:13,710 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:15:13,713 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:15:13,713 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:15:13,714 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:15:13,714 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7338048) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:15:13,717 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:15:13,721 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:13,721 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:15:13,724 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:13,724 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:15:13,727 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,727 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:15:13,731 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,731 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:15:13,734 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:15:13,734 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:15:13,734 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 21:15:13,762 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:13,762 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq. WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:13,762 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:15:13,762 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:15:13,767 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:15:13,767 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:15:13,770 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:15:13,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:13,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,783 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 21:15:13,810 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 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=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:13,810 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq. WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:13,810 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:15:13,810 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:13,811 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:15:13,816 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:15:13,819 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:15:13,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:15:13,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:15:13,823 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 21:15:13,850 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 21:15:13,850 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq. WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:13,850 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:15:13,855 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:15:13,855 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:15:13,859 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:15:13,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:15:13,865 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:15:13,865 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:13,869 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/lvm-pv-uuid-KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq', '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': 'KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq', 'ID_FS_UUID_ENC': 'KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:15:13,869 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:15:13,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:15:13,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:13,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:15:13,880 INFO blivet/MainThread: sde is a disk 2024-03-01 21:15:13,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:15:13,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:15:13,883 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:15:13,887 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:15:13,887 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:15:13,890 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:15:13,890 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:15:13,891 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:15:13,891 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7341780) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:15:13,894 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:15:13,898 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:13,898 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:15:13,901 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:13,901 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:15:13,904 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,905 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:15:13,908 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:13,908 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:15:13,911 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:15:13,911 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:15:13,911 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,941 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:13,941 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:13,941 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:15:13,942 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:15:13,946 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:13,946 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:15:13,949 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:15:13,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:15:13,959 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:15:13,963 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:15:13,965 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:15:13,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:13,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:13,972 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/sdb$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:13,999 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 21:15:13,999 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:13,999 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:15:14,000 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:15:14,000 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:14,004 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/lvm-pv-uuid-y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc', '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': 'y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX', 'ID_FS_UUID_ENC': 'y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:15:14,005 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:15:14,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,015 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:15:14,016 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:15:14,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:15:14,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:15:14,019 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:15:14,023 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:15:14,023 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:15:14,026 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:15:14,026 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:15:14,027 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:15:14,027 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7341908) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:15:14,030 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:15:14,034 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,034 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:15:14,037 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,037 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:15:14,041 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,041 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:15:14,044 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,044 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:15:14,047 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:15:14,047 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:15:14,047 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,076 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:14,076 INFO program/MainThread: stderr[24]: 2024-03-01 21:15:14,076 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:15:14,077 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:15:14,081 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:14,081 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:15:14,085 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:15:14,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:14,094 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:15:14,098 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:15:14,101 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:15:14,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:14,107 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,137 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 21:15:14,137 INFO program/MainThread: stderr[25]: 2024-03-01 21:15:14,137 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:15:14,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:14,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:15:14,155 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:15:14,155 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:15:14,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:15:14,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:14,163 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:15:14,166 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 21:15:14,167 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:15:14,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:15:14,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:15:14,174 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:15:14,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:15:14,177 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:15:14,181 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:14,181 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:15:14,185 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 21:15:14,185 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:15:14,185 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:15:14,185 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:15:14,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:14,189 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:15:14,192 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 21:15:14,192 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:15:14,196 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/4cb0399a-38e9-48d5-8233-20dc295d35f4 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj', '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-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'ID_FS_UUID_ENC': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113065202'} ; 2024-03-01 21:15:14,196 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:15:14,196 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:14,200 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:15:14,201 INFO program/MainThread: stderr[26]: 2024-03-01 21:15:14,201 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:15:14,201 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:14,204 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:15:14,204 INFO program/MainThread: stderr[27]: 2024-03-01 21:15:14,204 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:15:14,204 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:14,207 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:15:14,207 INFO program/MainThread: stderr[28]: 2024-03-01 21:15:14,207 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:15:14,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:15:14,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:14,218 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:15:14,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:14,219 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:15:14,215 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7348c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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 (0x7fbad73414e0) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:14,220 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:14,223 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:15:14,223 INFO program/MainThread: stderr[29]: 2024-03-01 21:15:14,223 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:15:14,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:15:14,232 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,232 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:15:14,235 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,235 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:15:14,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:15:14,242 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,242 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:15:14,243 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:15:14,246 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:14,246 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:15:14,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:15:14,249 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:14,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:14,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:15:14,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:15:14,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:15:14,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:15:14,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:14,282 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:15:14,285 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 21:15:14,286 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:15:14,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:15:14,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:15:14,293 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:15:14,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:15:14,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:15:14,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:14,300 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:15:14,303 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 21:15:14,304 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:15:14,304 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:15:14,304 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:15:14,308 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:14,308 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:15:14,311 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 21:15:14,311 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:15:14,315 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis ' '/dev/disk/by-uuid/ac96c488-047d-4d6e-98b4-72970ef41f23 ' '/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-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'ID_FS_UUID_ENC': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1112784451'} ; 2024-03-01 21:15:14,315 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:15:14,315 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:14,319 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:15:14,320 INFO program/MainThread: stderr[30]: 2024-03-01 21:15:14,320 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:15:14,320 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:14,323 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:15:14,323 INFO program/MainThread: stderr[31]: 2024-03-01 21:15:14,323 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:15:14,323 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:14,326 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:15:14,326 INFO program/MainThread: stderr[32]: 2024-03-01 21:15:14,326 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:15:14,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:15:14,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:14,338 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:14,338 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:14,339 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:14,335 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbae63bfac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 (0x7fbad73414e0) -- name = test_vg2 status = 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:15:14,340 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:14,343 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:15:14,343 INFO program/MainThread: stderr[33]: 2024-03-01 21:15:14,343 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:15:14,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:15:14,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:15:14,355 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,355 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:15:14,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:15:14,362 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,362 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:15:14,362 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:15:14,366 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:14,366 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:15:14,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:15:14,369 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:14,370 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:14,373 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/lvm-pv-uuid-c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', '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': 'c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ', 'ID_FS_UUID_ENC': 'c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:15:14,373 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:15:14,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,384 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:15:14,385 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:15:14,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:15:14,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:15:14,388 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:15:14,391 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:15:14,392 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:15:14,395 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:15:14,395 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:15:14,396 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:15:14,396 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad73272b0) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:15:14,399 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:15:14,403 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,403 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:15:14,406 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,406 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:15:14,410 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,410 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:15:14,413 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,413 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:15:14,416 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:15:14,416 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:15:14,416 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,445 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:14,445 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP. WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,445 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:15:14,446 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:15:14,450 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:15:14,450 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:15:14,453 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:15:14,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:14,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,466 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,498 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 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=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 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=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:14,498 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP. WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,498 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:15:14,499 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:14,499 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:15:14,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:15:14,508 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:14,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:15:14,511 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:15:14,511 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,543 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:14,543 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP. WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,543 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:15:14,548 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:15:14,549 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:15:14,552 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:15:14,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,559 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:15:14,559 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:14,562 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/lvm-pv-uuid-02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP ' '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP', 'ID_FS_UUID_ENC': '02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:15:14,562 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:15:14,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:15:14,574 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:15:14,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:15:14,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:15:14,578 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:15:14,581 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:15:14,581 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:15:14,585 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:15:14,585 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:15:14,585 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:15:14,585 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad73277b8) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:15:14,589 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:15:14,592 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,592 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:15:14,596 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,596 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:15:14,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:15:14,602 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,603 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:15:14,605 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:15:14,606 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:15:14,606 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,634 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:14,634 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,634 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:15:14,635 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:15:14,639 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; 2024-03-01 21:15:14,639 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:15:14,642 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:15:14,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,653 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:15:14,656 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:14,659 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:15:14,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,665 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/sdb$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,698 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:14,698 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,698 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:15:14,699 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:15:14,699 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:14,704 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/lvm-pv-uuid-pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', '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': 'pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6', 'ID_FS_UUID_ENC': 'pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:15:14,704 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:15:14,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,715 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:15:14,716 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:15:14,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:15:14,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:15:14,719 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:15:14,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:15:14,723 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:15:14,726 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:15:14,726 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:15:14,727 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:15:14,727 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad7341be0) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:15:14,730 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:15:14,734 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,734 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:15:14,737 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,737 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:15:14,741 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,741 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:15:14,744 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,744 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:15:14,747 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:15:14,747 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:15:14,747 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/sdc$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,776 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:14,776 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,776 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:15:14,777 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:15:14,781 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; 2024-03-01 21:15:14,781 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:15:14,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:15:14,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,794 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:15:14,798 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:14,801 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:15:14,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,807 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/sdc$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,839 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:14,839 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:14,839 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:15:14,840 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:15:14,840 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:14,844 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/lvm-pv-uuid-ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8', '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': 'ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l', 'ID_FS_UUID_ENC': 'ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:15:14,845 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:15:14,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,856 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:15:14,856 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:15:14,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:15:14,857 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:15:14,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:15:14,863 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:15:14,863 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:15:14,867 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:15:14,867 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:15:14,867 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:15:14,868 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad73512b0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:15:14,871 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:15:14,874 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:14,875 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:15:14,878 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:14,878 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:15:14,882 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,882 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:15:14,885 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:14,885 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:15:14,888 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:15:14,888 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:15:14,888 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/sdc$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,918 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:14,918 INFO program/MainThread: stderr[41]: 2024-03-01 21:15:14,918 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:15:14,919 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:15:14,923 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:15:14,923 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:15:14,926 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:15:14,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,936 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:15:14,940 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:14,943 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:15:14,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:14,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:14,949 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/sdc$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:14,979 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:14,979 INFO program/MainThread: stderr[42]: 2024-03-01 21:15:14,979 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:15:14,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:14,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm ; incomplete: False ; hidden: False ; 2024-03-01 21:15:14,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:14,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:15:14,998 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:15:14,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:15:15,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:15:15,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:15,005 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:15,009 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 21:15:15,009 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:15:15,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:15:15,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:15:15,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:15:15,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:15:15,021 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:15:15,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:15,024 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:15,028 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 21:15:15,028 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:15:15,028 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:15:15,029 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:15:15,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:15,032 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:15,035 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 21:15:15,036 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:15:15,039 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'ID_FS_UUID_ENC': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111956302'} ; 2024-03-01 21:15:15,039 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:15,040 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:15,044 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:15:15,044 INFO program/MainThread: stderr[43]: 2024-03-01 21:15:15,044 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:15:15,044 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:15,048 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:15:15,048 INFO program/MainThread: stderr[44]: 2024-03-01 21:15:15,048 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:15:15,048 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:15,052 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:15:15,053 INFO program/MainThread: stderr[45]: 2024-03-01 21:15:15,053 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:15:15,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:15:15,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,065 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:15:15,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,066 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:15:15,061 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad73519e8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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 (0x7fbad73128d0) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:15,067 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:15,071 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:15:15,071 INFO program/MainThread: stderr[46]: 2024-03-01 21:15:15,071 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:15:15,075 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:15:15,079 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:15,079 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:15:15,083 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:15,084 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:15:15,087 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,087 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:15:15,091 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,091 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:15:15,091 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:15:15,095 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:15,095 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:15:15,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:15:15,098 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:15,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:15,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:15,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:15:15,116 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:15:15,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:15:15,119 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:15:15,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:15,123 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:15:15,127 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 21:15:15,127 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:15:15,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:15:15,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:15:15,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:15:15,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:15:15,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:15:15,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:15,141 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:15:15,145 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 21:15:15,145 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:15:15,146 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:15:15,146 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:15:15,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:15,149 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:15:15,153 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 21:15:15,153 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:15:15,157 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4c738df9-9bbe-4442-9a7c-0258e3a4dc6d ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61 ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'ID_FS_UUID_ENC': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111648228'} ; 2024-03-01 21:15:15,157 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:15:15,157 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:15,161 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:15:15,161 INFO program/MainThread: stderr[47]: 2024-03-01 21:15:15,161 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:15:15,161 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:15,164 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:15:15,165 INFO program/MainThread: stderr[48]: 2024-03-01 21:15:15,165 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:15:15,165 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:15,168 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:15:15,169 INFO program/MainThread: stderr[49]: 2024-03-01 21:15:15,169 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:15:15,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:15:15,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,182 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:15:15,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,183 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:15:15,178 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7338080) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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 (0x7fbad73128d0) -- name = test_vg3 status = True 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:15:15,184 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:15,188 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:15:15,188 INFO program/MainThread: stderr[50]: 2024-03-01 21:15:15,188 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:15:15,193 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:15:15,196 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:15,197 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:15:15,200 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:15,200 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:15:15,204 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,204 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:15:15,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,208 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:15:15,208 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:15:15,211 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:15,212 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:15:15,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:15:15,215 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:15,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:15,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:15,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:15:15,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:15:15,232 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:15:15,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:15:15,239 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:15,240 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:15:15,243 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 21:15:15,244 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:15:15,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:15:15,248 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:15:15,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:15:15,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:15:15,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:15:15,258 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:15,258 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:15:15,262 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 21:15:15,262 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:15:15,262 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:15:15,262 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:15:15,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:15,266 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:15:15,269 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 21:15:15,269 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:15:15,273 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/acc2299b-1fa0-4b53-9897-e7b75c76fc59 ' '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq', '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-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'ID_FS_UUID_ENC': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111331440'} ; 2024-03-01 21:15:15,273 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:15:15,274 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:15,277 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:15:15,278 INFO program/MainThread: stderr[51]: 2024-03-01 21:15:15,278 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:15:15,278 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:15,281 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:15:15,281 INFO program/MainThread: stderr[52]: 2024-03-01 21:15:15,281 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:15:15,281 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:15,284 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:15:15,285 INFO program/MainThread: stderr[53]: 2024-03-01 21:15:15,285 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:15:15,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:15:15,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,297 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:15:15,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,299 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:15:15,293 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad84aa710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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 (0x7fbad73128d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:15:15,299 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:15,303 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:15:15,303 INFO program/MainThread: stderr[54]: 2024-03-01 21:15:15,303 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:15:15,307 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:15:15,311 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:15,311 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:15:15,315 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:15,315 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:15:15,319 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,319 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:15:15,322 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,322 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:15:15,323 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:15:15,326 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:15,326 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:15:15,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:15:15,329 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:15,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:15,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:15,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:15:15,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:15:15,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:15:15,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:15:15,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:15,354 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:15,357 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 21:15:15,358 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:15:15,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:15:15,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:15:15,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:15:15,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:15:15,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:15:15,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:15,372 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:15,376 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 21:15:15,376 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:15:15,376 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:15:15,377 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:15:15,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:15,380 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:15,383 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 21:15:15,384 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:15:15,387 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'ID_FS_UUID_ENC': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111023369'} ; 2024-03-01 21:15:15,387 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:15,388 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:15,392 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:15:15,392 INFO program/MainThread: stderr[55]: 2024-03-01 21:15:15,392 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:15:15,392 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:15,395 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:15:15,395 INFO program/MainThread: stderr[56]: 2024-03-01 21:15:15,395 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:15:15,395 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:15,398 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:15:15,399 INFO program/MainThread: stderr[57]: 2024-03-01 21:15:15,399 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:15:15,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:15:15,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,412 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:15,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:15,413 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:15,407 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad72db780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 (0x7fbad73128d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:15:15,414 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:15,417 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:15:15,417 INFO program/MainThread: stderr[58]: 2024-03-01 21:15:15,418 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:15:15,422 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:15:15,425 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:15,426 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:15:15,429 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:15,429 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:15:15,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:15:15,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,436 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:15:15,437 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:15:15,440 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:15,440 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:15:15,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:15:15,444 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:15,444 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:15,447 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': '18182951'} ; 2024-03-01 21:15:15,448 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:15:15,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:15,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:15,459 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:15:15,459 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:15:15,459 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:15:15,459 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:15:15,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:15:15,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:15:15,463 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:15:15,466 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:15:15,466 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:15:15,469 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:15:15,470 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:15:15,470 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:15:15,470 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbad72e7048) -- 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 21:15:15,474 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:15:15,477 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:15,477 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:15:15,481 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:15,481 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:15:15,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:15:15,487 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:15,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:15:15,491 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:15:15,494 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:15,497 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:15:15,500 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 0x7fbad72ec948> 2024-03-01 21:15:18,550 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:15:18,555 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:15:18,555 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:15:18,559 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': '18185273'} ; 2024-03-01 21:15:18,559 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:15:18,559 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:15:18,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,570 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:15:18,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:18,590 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:18,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:15:18,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:15:18,616 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:15:18,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:15:18,619 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:15:18,622 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:15:18,623 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:15:18,626 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:18,626 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:18,627 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:15:18,630 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:15:18,633 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:15:18,636 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:15:18,639 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:15:18,642 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:18,643 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:18,643 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:15:18,644 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:15:18,643 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbad72f9ef0) -- 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 0x7fbad72ff9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:15:18,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:15:18,651 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:18,651 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:15:18,655 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:18,655 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:15:18,658 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:15:18,661 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:18,661 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:15:18,662 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:15:18,665 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:18,665 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:15:18,668 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:15:18,668 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:18,671 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA ' '/dev/disk/by-uuid/1c0f2d29-3109-4e5f-a909-fc517a3c406a ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'ID_FS_UUID_ENC': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111023369'} ; 2024-03-01 21:15:18,671 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:18,672 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:18,675 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:15:18,676 INFO program/MainThread: stderr[59]: 2024-03-01 21:15:18,676 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:15:18,676 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:18,679 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:15:18,679 INFO program/MainThread: stderr[60]: 2024-03-01 21:15:18,679 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:15:18,679 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:18,682 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:15:18,682 INFO program/MainThread: stderr[61]: 2024-03-01 21:15:18,682 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:15:18,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:15:18,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,695 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,696 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,691 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad72db780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73128d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:15:18,697 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:18,700 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:15:18,700 INFO program/MainThread: stderr[62]: 2024-03-01 21:15:18,701 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:15:18,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:15:18,705 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:15:18,708 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/acc2299b-1fa0-4b53-9897-e7b75c76fc59', '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-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'ID_FS_UUID_ENC': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111331440'} ; 2024-03-01 21:15:18,708 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:15:18,708 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:18,711 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:15:18,712 INFO program/MainThread: stderr[63]: 2024-03-01 21:15:18,712 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:15:18,712 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:18,715 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:15:18,715 INFO program/MainThread: stderr[64]: 2024-03-01 21:15:18,715 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:15:18,715 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:18,718 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:15:18,718 INFO program/MainThread: stderr[65]: 2024-03-01 21:15:18,718 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:15:18,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:15:18,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,731 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,732 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,727 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad84aa710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73128d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:15:18,733 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:18,736 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:15:18,737 INFO program/MainThread: stderr[66]: 2024-03-01 21:15:18,737 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:15:18,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:15:18,741 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:15:18,744 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-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4c738df9-9bbe-4442-9a7c-0258e3a4dc6d ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'ID_FS_UUID_ENC': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111648228'} ; 2024-03-01 21:15:18,744 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:15:18,744 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:18,747 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:15:18,747 INFO program/MainThread: stderr[67]: 2024-03-01 21:15:18,747 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:15:18,748 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:18,750 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:15:18,751 INFO program/MainThread: stderr[68]: 2024-03-01 21:15:18,751 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:15:18,751 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:18,754 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:15:18,754 INFO program/MainThread: stderr[69]: 2024-03-01 21:15:18,754 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:15:18,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:15:18,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,767 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,768 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,762 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7338080) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73128d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:15:18,769 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:18,772 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:15:18,772 INFO program/MainThread: stderr[70]: 2024-03-01 21:15:18,772 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:15:18,776 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:15:18,776 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:15:18,779 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-name-test_vg3-lv5 ' '/dev/disk/by-uuid/25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'ID_FS_UUID_ENC': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111956302'} ; 2024-03-01 21:15:18,779 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:18,780 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:18,783 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:15:18,783 INFO program/MainThread: stderr[71]: 2024-03-01 21:15:18,783 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:15:18,783 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:18,786 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:15:18,786 INFO program/MainThread: stderr[72]: 2024-03-01 21:15:18,786 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:15:18,786 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:18,789 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:15:18,790 INFO program/MainThread: stderr[73]: 2024-03-01 21:15:18,790 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:15:18,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,798 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 21:15:18,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,802 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,802 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:18,803 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:18,798 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad73519e8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73128d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:18,804 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:18,807 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:15:18,807 INFO program/MainThread: stderr[74]: 2024-03-01 21:15:18,808 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:15:18,812 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:15:18,812 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:15:18,815 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-uuid/ac96c488-047d-4d6e-98b4-72970ef41f23 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis', '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-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'ID_FS_UUID_ENC': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1112784451'} ; 2024-03-01 21:15:18,815 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:15:18,815 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:18,818 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:15:18,818 INFO program/MainThread: stderr[75]: 2024-03-01 21:15:18,818 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:15:18,819 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:18,821 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:15:18,822 INFO program/MainThread: stderr[76]: 2024-03-01 21:15:18,822 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:15:18,822 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:18,825 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:15:18,825 INFO program/MainThread: stderr[77]: 2024-03-01 21:15:18,825 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:15:18,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:15:18,836 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:18,836 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:18,837 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:18,838 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:18,833 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbae63bfac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73414e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:15:18,838 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:18,841 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:15:18,841 INFO program/MainThread: stderr[78]: 2024-03-01 21:15:18,841 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:15:18,845 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:15:18,845 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:15:18,848 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj ' '/dev/disk/by-uuid/4cb0399a-38e9-48d5-8233-20dc295d35f4 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'ID_FS_UUID_ENC': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113065202'} ; 2024-03-01 21:15:18,849 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:15:18,849 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:18,852 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:15:18,852 INFO program/MainThread: stderr[79]: 2024-03-01 21:15:18,852 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:15:18,852 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:18,855 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:15:18,855 INFO program/MainThread: stderr[80]: 2024-03-01 21:15:18,855 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:15:18,856 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:18,858 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:15:18,859 INFO program/MainThread: stderr[81]: 2024-03-01 21:15:18,859 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:15:18,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:15:18,869 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:18,870 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:18,870 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:18,871 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:18,867 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7348c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73414e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:18,872 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:18,875 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:15:18,875 INFO program/MainThread: stderr[82]: 2024-03-01 21:15:18,875 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:15:18,879 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:15:18,879 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:15:18,882 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/c0ebe835-e54b-449c-9b24-08ce7fb0e950 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'ID_FS_UUID_ENC': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113875479'} ; 2024-03-01 21:15:18,882 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:15:18,883 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:18,886 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:15:18,886 INFO program/MainThread: stderr[83]: 2024-03-01 21:15:18,886 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:15:18,886 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:18,889 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:15:18,889 INFO program/MainThread: stderr[84]: 2024-03-01 21:15:18,889 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:15:18,889 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:18,892 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:15:18,893 INFO program/MainThread: stderr[85]: 2024-03-01 21:15:18,893 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:15:18,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,900 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 21:15:18,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:18,904 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:18,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:18,905 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:18,901 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7327dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73a0ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:15:18,906 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:18,909 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:15:18,909 INFO program/MainThread: stderr[86]: 2024-03-01 21:15:18,910 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:15:18,914 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:15:18,914 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:15:18,917 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4 ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', '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-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'ID_FS_UUID_ENC': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1114181387'} ; 2024-03-01 21:15:18,917 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:15:18,917 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,920 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:15:18,920 INFO program/MainThread: stderr[87]: 2024-03-01 21:15:18,920 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:15:18,921 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,924 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:15:18,924 INFO program/MainThread: stderr[88]: 2024-03-01 21:15:18,924 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:15:18,924 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,927 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:15:18,927 INFO program/MainThread: stderr[89]: 2024-03-01 21:15:18,927 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:15:18,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:15:18,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:18,939 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:18,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:18,940 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:18,935 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbad7327f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fbad73a0ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:18,941 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:18,944 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:15:18,944 INFO program/MainThread: stderr[90]: 2024-03-01 21:15:18,944 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:15:18,948 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:18,948 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:15:18,948 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:18,961 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:18,977 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:15:18,978 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:15:18,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:18,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:18,991 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:15:18,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:18,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:19,003 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:15:19,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:19,016 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:15:19,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:19,028 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:15:19,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:19,040 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:15:19,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:19,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:19,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:19,053 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:15:23,570 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_izj9o9fz/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:15:23,606 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:23,606 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:15:23,609 INFO program/MainThread: stdout[2]: 2024-03-01 21:15:23,609 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:15:23,609 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:15:23,610 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:15:23,614 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:23,614 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:15:23,618 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:23,618 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:15:23,621 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:23,621 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:15:23,624 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:15:23,624 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:15:23,635 INFO program/MainThread: stdout: 2024-03-01 21:15:23,635 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:15:23,635 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a 2024-03-01 21:15:23,635 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 2024-03-01 21:15:23,635 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH 2024-03-01 21:15:23,635 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 2024-03-01 21:15:23,635 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc 2024-03-01 21:15:23,635 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl 2024-03-01 21:15:23,635 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw 2024-03-01 21:15:23,635 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs ac96c488-047d-4d6e-98b4-72970ef41f23 2024-03-01 21:15:23,635 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4cb0399a-38e9-48d5-8233-20dc295d35f4 2024-03-01 21:15:23,635 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq 2024-03-01 21:15:23,635 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX 2024-03-01 21:15:23,635 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ 2024-03-01 21:15:23,635 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1c0f2d29-3109-4e5f-a909-fc517a3c406a 2024-03-01 21:15:23,635 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs acc2299b-1fa0-4b53-9897-e7b75c76fc59 2024-03-01 21:15:23,635 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d 2024-03-01 21:15:23,635 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP 2024-03-01 21:15:23,635 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d 2024-03-01 21:15:23,635 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 2024-03-01 21:15:23,636 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef 2024-03-01 21:15:23,636 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l 2024-03-01 21:15:23,636 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef 2024-03-01 21:15:23,636 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:15:23,636 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:15:23,636 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:15:23,636 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:23,636 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:23,636 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 sdb 1073741824 root disk brw-rw---- LVM2_member P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs c0ebe835-e54b-449c-9b24-08ce7fb0e950 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc sdc 1073741824 root disk brw-rw---- LVM2_member 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl sdd 1073741824 root disk brw-rw---- LVM2_member Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw |-test_vg2-lv4 641728512 root disk brw-rw---- xfs ac96c488-047d-4d6e-98b4-72970ef41f23 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 4cb0399a-38e9-48d5-8233-20dc295d35f4 sde 1073741824 root disk brw-rw---- LVM2_member KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq sdf 1073741824 root disk brw-rw---- LVM2_member y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX sdg 1073741824 root disk brw-rw---- LVM2_member c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 1c0f2d29-3109-4e5f-a909-fc517a3c406a |-test_vg3-lv7 427819008 root disk brw-rw---- xfs acc2299b-1fa0-4b53-9897-e7b75c76fc59 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d sdh 1073741824 root disk brw-rw---- LVM2_member 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c738df9-9bbe-4442-9a7c-0258e3a4dc6d sdi 1073741824 root disk brw-rw---- LVM2_member pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef sdj 1073741824 root disk brw-rw---- LVM2_member ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:15:23,636 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:23,636 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:23,636 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:15:23,637 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:15:23,637 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:15:23,637 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:15:23,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:23,649 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:23,663 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 21:15:23,667 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/scsi-36001405eb14ef48e0f04011929d52b93 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44 ' '/dev/disk/by-id/lvm-pv-uuid-noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a ' '/dev/disk/by-id/wwn-0x6001405eb14ef48e0f04011929d52b93', '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': 'noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a', 'ID_FS_UUID_ENC': 'noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a', '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': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'ID_SERIAL': '36001405eb14ef48e0f04011929d52b93', 'ID_SERIAL_SHORT': '6001405eb14ef48e0f04011929d52b93', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405eb14ef48e', 'ID_WWN_VENDOR_EXTENSION': '0x0f04011929d52b93', 'ID_WWN_WITH_EXTENSION': '0x6001405eb14ef48e0f04011929d52b93', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405eb14ef48e0f04011929d52b93', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'eb14ef48-e0f0-4011-929d-52b936e3be44', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471259252'} ; 2024-03-01 21:15:23,667 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:15:23,668 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:23,697 INFO program/MainThread: stdout[3]: 2024-03-01 21:15:23,697 INFO program/MainThread: stderr[3]: 2024-03-01 21:15:23,697 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:15:23,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:23,705 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:23,710 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:15:23,714 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:15:23,715 INFO blivet/MainThread: sda is a disk 2024-03-01 21:15:23,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:15:23,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:15:23,719 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:15:23,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:15:23,723 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:15:23,726 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:15:23,726 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:15:23,727 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:15:23,727 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4e995cc0) -- 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 = 6001405eb14ef48e0f04011929d52b93 2024-03-01 21:15:23,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:15:23,734 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:23,734 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:15:23,738 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:23,738 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:15:23,741 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:23,741 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:15:23,745 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:23,745 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:15:23,748 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:15:23,748 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:15:23,748 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:23,775 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:23,775 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH. WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (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 21:15:23,775 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:15:23,775 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:15:23,780 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a ; label: None ; device: /dev/sda ; serial: 36001405eb14ef48e0f04011929d52b93 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; pe_start: 8 MiB ; 2024-03-01 21:15:23,780 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:15:23,783 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:15:23,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:23,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:23,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:23,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:23,796 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:23,821 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:23,821 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH. WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (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 21:15:23,821 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:15:23,821 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:23,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:15:23,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:15:23,832 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:23,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:15:23,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:15:23,836 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:23,866 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq 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 21:15:23,866 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH. WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (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 21:15:23,866 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:15:23,871 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:15:23,872 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:15:23,875 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:15:23,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:23,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:23,881 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:23,881 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:23,885 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_3c7557de-d147-497f-b134-47b526ba3e77 ' '/dev/disk/by-id/scsi-360014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/lvm-pv-uuid-P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH ' '/dev/disk/by-id/wwn-0x60014053c7557ded147497fb13447b52 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', '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': 'P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH', 'ID_FS_UUID_ENC': 'P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH', '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': '3c7557de-d147-497f-b134-47b526ba3e77', 'ID_SERIAL': '360014053c7557ded147497fb13447b52', 'ID_SERIAL_SHORT': '60014053c7557ded147497fb13447b52', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053c7557ded', 'ID_WWN_VENDOR_EXTENSION': '0x147497fb13447b52', 'ID_WWN_WITH_EXTENSION': '0x60014053c7557ded147497fb13447b52', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053c7557ded147497fb13447b52', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3c7557de-d147-497f-b134-47b526ba3e77', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471255472'} ; 2024-03-01 21:15:23,885 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:15:23,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:23,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:23,895 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:15:23,896 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:15:23,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:15:23,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:15:23,899 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:15:23,902 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:15:23,903 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:15:23,906 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:15:23,906 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:15:23,907 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:15:23,907 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d804358) -- 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 = 60014053c7557ded147497fb13447b52 2024-03-01 21:15:23,910 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:15:23,914 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:23,914 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:15:23,917 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:23,917 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:15:23,920 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:23,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:15:23,924 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:23,924 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:15:23,927 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:15:23,927 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:15:23,927 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:23,952 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:23,952 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (last written to /dev/sdc). 2024-03-01 21:15:23,952 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:15:23,952 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:15:23,956 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH ; label: None ; device: /dev/sdb ; serial: 360014053c7557ded147497fb13447b52 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 21:15:23,956 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:15:23,960 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:15:23,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:23,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:15:23,969 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:15:23,973 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:23,976 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:15:23,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:23,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:23,982 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,009 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:24,009 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl. WARNING: VG test_vg1 is missing PV 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl (last written to /dev/sdc). 2024-03-01 21:15:24,009 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:15:24,009 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:15:24,009 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:24,014 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78 ' '/dev/disk/by-id/wwn-0x6001405fcd94867ca4a44bb86f58da09 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fcd94867-ca4a-44bb-86f5-8da0905daa78', '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': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'ID_SERIAL': '36001405fcd94867ca4a44bb86f58da09', 'ID_SERIAL_SHORT': '6001405fcd94867ca4a44bb86f58da09', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fcd94867c', 'ID_WWN_VENDOR_EXTENSION': '0xa4a44bb86f58da09', 'ID_WWN_WITH_EXTENSION': '0x6001405fcd94867ca4a44bb86f58da09', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fcd94867ca4a44bb86f58da09', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fcd94867-ca4a-44bb-86f5-8da0905daa78', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471916932'} ; 2024-03-01 21:15:24,014 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:15:24,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,024 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:15:24,025 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:15:24,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:15:24,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:15:24,028 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:15:24,031 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:15:24,032 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:15:24,035 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:15:24,035 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:15:24,036 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:15:24,036 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d804518) -- 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 = 6001405fcd94867ca4a44bb86f58da09 2024-03-01 21:15:24,039 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:15:24,039 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:15:24,043 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023 ' '/dev/disk/by-id/scsi-36001405ac0b9a9ee4e04e29bee788e97 ' '/dev/disk/by-id/wwn-0x6001405ac0b9a9ee4e04e29bee788e97', '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': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'ID_SERIAL': '36001405ac0b9a9ee4e04e29bee788e97', 'ID_SERIAL_SHORT': '6001405ac0b9a9ee4e04e29bee788e97', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac0b9a9ee', 'ID_WWN_VENDOR_EXTENSION': '0x4e04e29bee788e97', 'ID_WWN_WITH_EXTENSION': '0x6001405ac0b9a9ee4e04e29bee788e97', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac0b9a9ee4e04e29bee788e97', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac0b9a9e-e4e0-4e29-bee7-88e97df06023', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471983793'} ; 2024-03-01 21:15:24,043 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:15:24,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,053 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:15:24,053 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:15:24,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:15:24,054 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:15:24,057 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:15:24,060 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:15:24,060 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:15:24,063 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:15:24,064 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:15:24,064 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:15:24,064 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d811d30) -- 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 = 6001405ac0b9a9ee4e04e29bee788e97 2024-03-01 21:15:24,067 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:15:24,068 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:15:24,071 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl ' '/dev/disk/by-id/scsi-360014052f6137576da14742857d47381 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9 ' '/dev/disk/by-id/wwn-0x60014052f6137576da14742857d47381', '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': '9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl', 'ID_FS_UUID_ENC': '9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl', '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': '2f613757-6da1-4742-857d-473810e5bdd9', 'ID_SERIAL': '360014052f6137576da14742857d47381', 'ID_SERIAL_SHORT': '60014052f6137576da14742857d47381', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014052f6137576', 'ID_WWN_VENDOR_EXTENSION': '0xda14742857d47381', 'ID_WWN_WITH_EXTENSION': '0x60014052f6137576da14742857d47381', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014052f6137576da14742857d47381', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '2f613757-6da1-4742-857d-473810e5bdd9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471227865'} ; 2024-03-01 21:15:24,071 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:15:24,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,081 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:15:24,082 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:15:24,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:15:24,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:15:24,085 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:15:24,088 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:15:24,088 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:15:24,091 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:15:24,092 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:15:24,092 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:15:24,092 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d819320) -- 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 = 60014052f6137576da14742857d47381 2024-03-01 21:15:24,095 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:15:24,099 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,099 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:15:24,102 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,103 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:15:24,106 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,106 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:15:24,109 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,109 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:15:24,112 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:15:24,112 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:15:24,113 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 21:15:24,140 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=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 21:15:24,140 INFO program/MainThread: stderr[9]: 2024-03-01 21:15:24,140 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:15:24,140 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:15:24,144 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl ; label: None ; device: /dev/sdc ; serial: 360014052f6137576da14742857d47381 ; exists: True ; vg_name: test_vg1 ; vg_uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:24,145 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:15:24,148 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:15:24,151 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:24,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:15:24,161 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:15:24,164 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:15:24,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:24,171 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 21:15:24,197 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:15:24,197 INFO program/MainThread: stderr[10]: 2024-03-01 21:15:24,197 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:15:24,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:24,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:15:24,215 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:24,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:15:24,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:24,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:24,223 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:15:24,226 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 21:15:24,227 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:15:24,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:15:24,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:15:24,235 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:15:24,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:15:24,238 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:15:24,242 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:24,242 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:15:24,245 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 21:15:24,246 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:15:24,246 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 21:15:24,246 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:15:24,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:24,250 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 21:15:24,253 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 21:15:24,253 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 21:15:24,257 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4 ' '/dev/disk/by-uuid/4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc ' '/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-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'ID_FS_UUID_ENC': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1114181387'} ; 2024-03-01 21:15:24,257 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:15:24,257 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:24,261 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:15:24,261 INFO program/MainThread: stderr[11]: 2024-03-01 21:15:24,261 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:15:24,261 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:24,264 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:15:24,265 INFO program/MainThread: stderr[12]: 2024-03-01 21:15:24,265 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:15:24,265 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:24,268 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:15:24,268 INFO program/MainThread: stderr[13]: 2024-03-01 21:15:24,268 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:15:24,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:15:24,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:24,279 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:15:24,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:24,280 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 21:15:24,276 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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 (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = 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 21:15:24,280 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:24,283 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:15:24,284 INFO program/MainThread: stderr[14]: 2024-03-01 21:15:24,284 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:15:24,288 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:24,292 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,292 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:15:24,295 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,295 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:15:24,299 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,299 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:15:24,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:15:24,304 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:15:24,305 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:15:24,308 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:24,309 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:15:24,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:15:24,312 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:24,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:24,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:15:24,329 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:15:24,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:15:24,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:15:24,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:24,336 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:15:24,340 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 21:15:24,340 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:24,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 21:15:24,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 21:15:24,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:15:24,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:15:24,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 21:15:24,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:24,355 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:15:24,358 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 21:15:24,359 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:24,359 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 21:15:24,359 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 21:15:24,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:24,362 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 21:15:24,366 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 21:15:24,366 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 21:15:24,370 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq ' '/dev/disk/by-uuid/c0ebe835-e54b-449c-9b24-08ce7fb0e950 ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'ID_FS_UUID_ENC': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113875479'} ; 2024-03-01 21:15:24,370 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:15:24,370 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:24,373 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:15:24,373 INFO program/MainThread: stderr[15]: 2024-03-01 21:15:24,374 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:15:24,374 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:24,377 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:15:24,377 INFO program/MainThread: stderr[16]: 2024-03-01 21:15:24,377 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:15:24,377 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:24,380 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:15:24,380 INFO program/MainThread: stderr[17]: 2024-03-01 21:15:24,380 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:15:24,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 21:15:24,391 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:24,391 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:24,392 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:24,392 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:24,388 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq 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 (0x7f2e4d892ac8) -- name = test_vg1 status = True 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with 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 21:15:24,393 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:24,396 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:15:24,396 INFO program/MainThread: stderr[18]: 2024-03-01 21:15:24,396 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:15:24,400 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:15:24,404 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,404 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 21:15:24,408 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,408 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 21:15:24,411 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,412 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 21:15:24,415 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,415 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:15:24,416 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 21:15:24,419 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:24,419 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 21:15:24,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 21:15:24,423 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:24,423 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:24,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/scsi-36001405fba0f4d17d614897abf1701e1 ' '/dev/disk/by-id/lvm-pv-uuid-Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_fba0f4d1-7d61-4897-abf1-701e10b9a412', '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': 'Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw', 'ID_FS_UUID_ENC': 'Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw', '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': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'ID_SERIAL': '36001405fba0f4d17d614897abf1701e1', 'ID_SERIAL_SHORT': '6001405fba0f4d17d614897abf1701e1', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fba0f4d17', 'ID_WWN_VENDOR_EXTENSION': '0xd614897abf1701e1', 'ID_WWN_WITH_EXTENSION': '0x6001405fba0f4d17d614897abf1701e1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fba0f4d17d614897abf1701e1', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fba0f4d1-7d61-4897-abf1-701e10b9a412', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471244181'} ; 2024-03-01 21:15:24,427 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:15:24,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,437 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:15:24,438 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:15:24,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:15:24,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:15:24,441 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:15:24,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:15:24,444 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:15:24,448 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:15:24,448 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:15:24,448 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 21:15:24,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d834048) -- 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 = 6001405fba0f4d17d614897abf1701e1 2024-03-01 21:15:24,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:15:24,455 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,455 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:15:24,459 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,459 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:15:24,462 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,462 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:15:24,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:15:24,469 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 21:15:24,469 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 21:15:24,469 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,496 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:24,496 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq. WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:24,496 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:15:24,496 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 21:15:24,500 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw ; label: None ; device: /dev/sdd ; serial: 36001405fba0f4d17d614897abf1701e1 ; exists: True ; vg_name: test_vg2 ; vg_uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 21:15:24,500 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 21:15:24,504 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 21:15:24,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:24,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,516 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,544 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 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=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:24,544 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq. WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:24,544 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:15:24,544 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:24,545 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:15:24,550 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 21:15:24,553 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:15:24,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 21:15:24,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 21:15:24,557 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,582 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 21:15:24,583 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq. WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq (last written to /dev/sde). WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:24,583 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:15:24,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 21:15:24,588 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 21:15:24,591 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 21:15:24,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:15:24,597 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:15:24,597 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:24,601 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/scsi-36001405d67f411348864245b29ade6ce ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9 ' '/dev/disk/by-id/lvm-pv-uuid-KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq', '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': 'KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq', 'ID_FS_UUID_ENC': 'KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq', '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': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'ID_SERIAL': '36001405d67f411348864245b29ade6ce', 'ID_SERIAL_SHORT': '6001405d67f411348864245b29ade6ce', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d67f41134', 'ID_WWN_VENDOR_EXTENSION': '0x8864245b29ade6ce', 'ID_WWN_WITH_EXTENSION': '0x6001405d67f411348864245b29ade6ce', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d67f411348864245b29ade6ce', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:d67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd67f4113-4886-4245-b29a-de6cef7077c9', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471309031'} ; 2024-03-01 21:15:24,601 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:15:24,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,612 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:15:24,612 INFO blivet/MainThread: sde is a disk 2024-03-01 21:15:24,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 21:15:24,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 21:15:24,615 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:15:24,619 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:15:24,619 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:15:24,622 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:15:24,623 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:15:24,623 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 21:15:24,623 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d8337f0) -- 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 = 6001405d67f411348864245b29ade6ce 2024-03-01 21:15:24,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:15:24,630 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,630 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 21:15:24,634 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,634 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 21:15:24,637 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,637 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 21:15:24,641 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,641 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 21:15:24,644 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 21:15:24,644 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 21:15:24,644 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,671 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:24,671 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:24,671 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:15:24,671 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 21:15:24,675 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq ; label: None ; device: /dev/sde ; serial: 36001405d67f411348864245b29ade6ce ; exists: True ; vg_name: test_vg2 ; vg_uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:24,675 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 21:15:24,679 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 21:15:24,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 21:15:24,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 21:15:24,692 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:15:24,695 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 21:15:24,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:24,702 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,729 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 21:15:24,729 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX. WARNING: VG test_vg2 is missing PV y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX (last written to /dev/sdf). 2024-03-01 21:15:24,729 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:15:24,729 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 21:15:24,729 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:24,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX ' '/dev/disk/by-id/scsi-36001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/wwn-0x6001405d4a5a073674d4e96835054cdc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_d4a5a073-674d-4e96-8350-54cdcadbf75e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', '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': 'y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX', 'ID_FS_UUID_ENC': 'y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX', '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': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'ID_SERIAL': '36001405d4a5a073674d4e96835054cdc', 'ID_SERIAL_SHORT': '6001405d4a5a073674d4e96835054cdc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405d4a5a0736', 'ID_WWN_VENDOR_EXTENSION': '0x74d4e96835054cdc', 'ID_WWN_WITH_EXTENSION': '0x6001405d4a5a073674d4e96835054cdc', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405d4a5a073674d4e96835054cdc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:d4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'd4a5a073-674d-4e96-8350-54cdcadbf75e', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471509589'} ; 2024-03-01 21:15:24,734 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:15:24,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,745 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:15:24,745 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:15:24,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 21:15:24,746 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 21:15:24,749 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:15:24,752 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:15:24,752 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:15:24,756 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:15:24,756 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:15:24,757 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 21:15:24,757 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d833cc0) -- 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 = 6001405d4a5a073674d4e96835054cdc 2024-03-01 21:15:24,761 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:15:24,764 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,764 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 21:15:24,768 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,768 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 21:15:24,771 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,772 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 21:15:24,775 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,775 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 21:15:24,778 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 21:15:24,778 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 21:15:24,778 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/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,805 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=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 21:15:24,805 INFO program/MainThread: stderr[24]: 2024-03-01 21:15:24,805 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:15:24,805 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 21:15:24,809 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX ; label: None ; device: /dev/sdf ; serial: 36001405d4a5a073674d4e96835054cdc ; exists: True ; vg_name: test_vg2 ; vg_uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 21:15:24,810 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 21:15:24,813 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 21:15:24,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:24,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 21:15:24,826 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 21:15:24,829 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 21:15:24,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z ; incomplete: True ; hidden: False ; 2024-03-01 21:15:24,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:24,836 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/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:24,864 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 21:15:24,864 INFO program/MainThread: stderr[25]: 2024-03-01 21:15:24,864 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:15:24,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:24,879 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:15:24,882 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:15:24,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:15:24,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:15:24,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:24,890 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:15:24,893 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 21:15:24,894 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:15:24,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 21:15:24,898 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 21:15:24,901 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 21:15:24,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 21:15:24,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 21:15:24,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:24,908 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:15:24,912 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 21:15:24,912 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:15:24,912 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 21:15:24,912 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 21:15:24,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:24,916 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 21:15:24,919 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 21:15:24,919 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 21:15:24,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/4cb0399a-38e9-48d5-8233-20dc295d35f4 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'ID_FS_UUID_ENC': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113065202'} ; 2024-03-01 21:15:24,923 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:15:24,924 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:24,927 INFO program/MainThread: stdout[26]: LVM 2024-03-01 21:15:24,927 INFO program/MainThread: stderr[26]: 2024-03-01 21:15:24,927 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:15:24,928 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:24,931 INFO program/MainThread: stdout[27]: LVM 2024-03-01 21:15:24,931 INFO program/MainThread: stderr[27]: 2024-03-01 21:15:24,931 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:15:24,931 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:24,934 INFO program/MainThread: stdout[28]: LVM 2024-03-01 21:15:24,934 INFO program/MainThread: stderr[28]: 2024-03-01 21:15:24,934 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 21:15:24,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 21:15:24,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:24,945 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:15:24,945 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:24,946 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 21:15:24,942 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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 (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:24,947 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:24,950 INFO program/MainThread: stdout[29]: LVM 2024-03-01 21:15:24,950 INFO program/MainThread: stderr[29]: 2024-03-01 21:15:24,950 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 21:15:24,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:15:24,958 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:24,958 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 21:15:24,962 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:24,962 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 21:15:24,966 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,966 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 21:15:24,969 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:24,969 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 21:15:24,970 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 21:15:24,973 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:24,973 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 21:15:24,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 21:15:24,977 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:24,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:24,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis ; incomplete: False ; hidden: False ; 2024-03-01 21:15:24,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:24,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:15:25,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:15:25,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 21:15:25,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:15:25,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:25,009 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:15:25,013 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 21:15:25,013 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:15:25,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 21:15:25,017 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 21:15:25,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:15:25,020 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:15:25,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 21:15:25,027 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:25,027 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:15:25,031 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 21:15:25,031 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:15:25,032 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 21:15:25,032 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 21:15:25,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:25,035 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 21:15:25,039 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 21:15:25,039 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 21:15:25,043 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/ac96c488-047d-4d6e-98b4-72970ef41f23 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'ID_FS_UUID_ENC': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1112784451'} ; 2024-03-01 21:15:25,043 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:15:25,043 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:25,047 INFO program/MainThread: stdout[30]: LVM 2024-03-01 21:15:25,047 INFO program/MainThread: stderr[30]: 2024-03-01 21:15:25,047 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 21:15:25,047 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:25,050 INFO program/MainThread: stdout[31]: LVM 2024-03-01 21:15:25,050 INFO program/MainThread: stderr[31]: 2024-03-01 21:15:25,050 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 21:15:25,051 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:25,054 INFO program/MainThread: stdout[32]: LVM 2024-03-01 21:15:25,054 INFO program/MainThread: stderr[32]: 2024-03-01 21:15:25,054 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 21:15:25,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 21:15:25,065 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:25,066 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:25,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:25,067 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:25,062 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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 (0x7f2e4d833518) -- name = test_vg2 status = 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) 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 21:15:25,067 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:25,071 INFO program/MainThread: stdout[33]: LVM 2024-03-01 21:15:25,071 INFO program/MainThread: stderr[33]: 2024-03-01 21:15:25,071 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 21:15:25,075 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:15:25,079 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,079 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 21:15:25,082 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,083 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 21:15:25,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 21:15:25,090 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,090 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 21:15:25,090 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 21:15:25,094 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:25,094 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 21:15:25,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 21:15:25,097 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:25,098 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:25,101 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/wwn-0x60014057cc01feccb544f6ebed01f54e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_7cc01fec-cb54-4f6e-bed0-1f54e1f446c7 ' '/dev/disk/by-id/lvm-pv-uuid-c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ ' '/dev/disk/by-id/scsi-360014057cc01feccb544f6ebed01f54e', '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': 'c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ', 'ID_FS_UUID_ENC': 'c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ', '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': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'ID_SERIAL': '360014057cc01feccb544f6ebed01f54e', 'ID_SERIAL_SHORT': '60014057cc01feccb544f6ebed01f54e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057cc01fecc', 'ID_WWN_VENDOR_EXTENSION': '0xb544f6ebed01f54e', 'ID_WWN_WITH_EXTENSION': '0x60014057cc01feccb544f6ebed01f54e', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057cc01feccb544f6ebed01f54e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7cc01fec-cb54-4f6e-bed0-1f54e1f446c7', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471638700'} ; 2024-03-01 21:15:25,101 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:15:25,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,112 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:15:25,113 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:15:25,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 21:15:25,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 21:15:25,116 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:15:25,120 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:15:25,120 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:15:25,123 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:15:25,123 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:15:25,124 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 21:15:25,124 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d819710) -- 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 = 60014057cc01feccb544f6ebed01f54e 2024-03-01 21:15:25,127 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:15:25,131 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,131 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 21:15:25,135 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,135 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 21:15:25,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,138 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 21:15:25,142 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,142 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 21:15:25,145 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 21:15:25,145 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 21:15:25,145 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,177 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:25,177 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP. WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,177 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 21:15:25,178 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 21:15:25,182 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ ; label: None ; device: /dev/sdg ; serial: 360014057cc01feccb544f6ebed01f54e ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 21:15:25,183 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 21:15:25,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 21:15:25,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:25,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,199 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,230 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 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=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 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=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:25,230 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP. WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,230 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 21:15:25,230 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:15:25,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 21:15:25,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 21:15:25,240 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:25,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 21:15:25,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 21:15:25,243 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,273 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:25,273 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP. WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,273 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 21:15:25,278 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 21:15:25,278 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 21:15:25,281 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 21:15:25,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,288 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:15:25,288 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:25,292 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee ' '/dev/disk/by-id/lvm-pv-uuid-02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP ' '/dev/disk/by-id/wwn-0x60014058fadfe0e81344dc6baa00ccd0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', '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': '02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP', 'ID_FS_UUID_ENC': '02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP', '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': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'ID_SERIAL': '360014058fadfe0e81344dc6baa00ccd0', 'ID_SERIAL_SHORT': '60014058fadfe0e81344dc6baa00ccd0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014058fadfe0e8', 'ID_WWN_VENDOR_EXTENSION': '0x1344dc6baa00ccd0', 'ID_WWN_WITH_EXTENSION': '0x60014058fadfe0e81344dc6baa00ccd0', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014058fadfe0e81344dc6baa00ccd0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '8fadfe0e-8134-4dc6-baa0-0ccd00e6ccee', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471670711'} ; 2024-03-01 21:15:25,292 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:15:25,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,303 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:15:25,303 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:15:25,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 21:15:25,304 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 21:15:25,307 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:15:25,310 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:15:25,311 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:15:25,314 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:15:25,314 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:15:25,315 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 21:15:25,315 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d811198) -- 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 = 60014058fadfe0e81344dc6baa00ccd0 2024-03-01 21:15:25,318 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:15:25,322 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,322 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 21:15:25,325 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,325 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 21:15:25,328 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,329 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 21:15:25,332 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,332 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 21:15:25,335 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 21:15:25,335 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 21:15:25,335 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,365 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:25,365 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,365 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 21:15:25,366 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 21:15:25,370 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP ; label: None ; device: /dev/sdh ; serial: 360014058fadfe0e81344dc6baa00ccd0 ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; 2024-03-01 21:15:25,370 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 21:15:25,373 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 21:15:25,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 21:15:25,387 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:25,390 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 21:15:25,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,396 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,426 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:25,426 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6. WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,426 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 21:15:25,426 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:15:25,426 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:25,431 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79 ' '/dev/disk/by-id/wwn-0x6001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-36001405bf54c0522a5c443490b706874 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_bf54c052-2a5c-4434-90b7-06874ab0cf79', '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': 'pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6', 'ID_FS_UUID_ENC': 'pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6', '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': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'ID_SERIAL': '36001405bf54c0522a5c443490b706874', 'ID_SERIAL_SHORT': '6001405bf54c0522a5c443490b706874', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405bf54c0522', 'ID_WWN_VENDOR_EXTENSION': '0xa5c443490b706874', 'ID_WWN_WITH_EXTENSION': '0x6001405bf54c0522a5c443490b706874', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405bf54c0522a5c443490b706874', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'bf54c052-2a5c-4434-90b7-06874ab0cf79', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471749197'} ; 2024-03-01 21:15:25,431 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:15:25,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,443 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:15:25,443 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:15:25,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 21:15:25,443 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 21:15:25,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:15:25,450 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:15:25,450 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:15:25,453 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:15:25,454 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:15:25,454 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 21:15:25,454 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d833f98) -- 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 = 6001405bf54c0522a5c443490b706874 2024-03-01 21:15:25,458 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:15:25,461 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,462 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 21:15:25,465 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,465 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 21:15:25,468 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,468 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 21:15:25,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 21:15:25,475 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 21:15:25,475 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 21:15:25,475 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,505 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:25,505 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,505 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 21:15:25,506 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 21:15:25,510 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 ; label: None ; device: /dev/sdi ; serial: 36001405bf54c0522a5c443490b706874 ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; 2024-03-01 21:15:25,510 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 21:15:25,513 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 21:15:25,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 21:15:25,527 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:25,530 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 21:15:25,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,537 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,566 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:25,566 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l. WARNING: VG test_vg3 is missing PV ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l (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 21:15:25,566 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 21:15:25,566 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 21:15:25,566 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:25,571 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_9da0361e-bced-47bc-b2cb-d0bf899aa717 ' '/dev/disk/by-id/wwn-0x60014059da0361ebced47bcb2cbd0bf8 ' '/dev/disk/by-id/scsi-360014059da0361ebced47bcb2cbd0bf8', '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': 'ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l', 'ID_FS_UUID_ENC': 'ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l', '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': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'ID_SERIAL': '360014059da0361ebced47bcb2cbd0bf8', 'ID_SERIAL_SHORT': '60014059da0361ebced47bcb2cbd0bf8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059da0361eb', 'ID_WWN_VENDOR_EXTENSION': '0xced47bcb2cbd0bf8', 'ID_WWN_WITH_EXTENSION': '0x60014059da0361ebced47bcb2cbd0bf8', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059da0361ebced47bcb2cbd0bf8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_PORT_NAME': 'naa.5001405554b31f19,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9da0361e-bced-47bc-b2cb-d0bf899aa717', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405554b31f19', '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': '471830838'} ; 2024-03-01 21:15:25,571 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:15:25,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,582 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:15:25,583 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:15:25,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 21:15:25,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 21:15:25,587 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:15:25,590 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:15:25,590 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:15:25,593 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:15:25,594 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:15:25,594 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 21:15:25,594 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d8435c0) -- 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 = 60014059da0361ebced47bcb2cbd0bf8 2024-03-01 21:15:25,598 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:15:25,601 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,601 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 21:15:25,605 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,605 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 21:15:25,608 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,608 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 21:15:25,612 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,612 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 21:15:25,615 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 21:15:25,615 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 21:15:25,615 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,646 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=noZHoB-cAMT-yuFH-HBzq-j55Y-88P0-FSX85a LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=P1sNAR-aYgR-HoW1-QufZ-VG7i-0xnW-UcBnUH LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=9j2N5C-MY1a-P53Y-6q5z-T2CZ-7ztO-y2vfnl LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=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=Pc5Q5q-XtqP-xUYX-PeT2-Vg5v-4yup-xjFYpw LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=KfBwzr-AGMg-9USt-YKVT-2Z36-iXse-KmwVOq LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=y5iara-slhM-Mi5J-LIV2-yDAR-fuiJ-TpEQlX LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z LVM2_VG_SIZE=3196059648 LVM2_VG_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=c4vupC-Ts8b-mZy3-G8iz-1WSb-3wGx-Lb5pGZ LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=02e1Vu-8muC-bKin-WPfc-hMCJ-2nFW-tv1OuP LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=pYhsiN-nUSi-CN1C-lLOa-3yLT-Jvn0-kRwbh6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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=ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb LVM2_VG_SIZE=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 21:15:25,646 INFO program/MainThread: stderr[41]: 2024-03-01 21:15:25,646 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 21:15:25,646 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 21:15:25,650 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ERYCCu-1IDl-cUpY-2OwT-hwMn-gLG6-hZaN9l ; label: None ; device: /dev/sdj ; serial: 360014059da0361ebced47bcb2cbd0bf8 ; exists: True ; vg_name: test_vg3 ; vg_uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 21:15:25,651 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 21:15:25,654 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 21:15:25,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 21:15:25,667 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 21:15:25,670 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 21:15:25,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb ; incomplete: True ; hidden: False ; 2024-03-01 21:15:25,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:25,677 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/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:25,707 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 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=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv2 LVM2_LV_UUID=plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_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=UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj 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=0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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=6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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=ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 21:15:25,707 INFO program/MainThread: stderr[42]: 2024-03-01 21:15:25,707 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 21:15:25,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:25,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 21:15:25,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:15:25,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 21:15:25,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:15:25,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:25,733 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:25,736 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 21:15:25,737 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:15:25,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 21:15:25,741 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 21:15:25,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 21:15:25,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 21:15:25,748 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 21:15:25,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:25,752 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:25,755 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 21:15:25,756 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:15:25,756 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 21:15:25,756 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 21:15:25,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:25,760 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 21:15:25,763 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 21:15:25,763 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 21:15:25,767 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'ID_FS_UUID_ENC': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111956302'} ; 2024-03-01 21:15:25,767 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:25,767 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:25,771 INFO program/MainThread: stdout[43]: LVM 2024-03-01 21:15:25,771 INFO program/MainThread: stderr[43]: 2024-03-01 21:15:25,771 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 21:15:25,772 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:25,775 INFO program/MainThread: stdout[44]: LVM 2024-03-01 21:15:25,775 INFO program/MainThread: stderr[44]: 2024-03-01 21:15:25,775 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 21:15:25,775 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:25,778 INFO program/MainThread: stdout[45]: LVM 2024-03-01 21:15:25,778 INFO program/MainThread: stderr[45]: 2024-03-01 21:15:25,778 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 21:15:25,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 21:15:25,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:25,790 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:15:25,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:25,791 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 21:15:25,787 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm 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 (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:25,792 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:25,795 INFO program/MainThread: stdout[46]: LVM 2024-03-01 21:15:25,795 INFO program/MainThread: stderr[46]: 2024-03-01 21:15:25,795 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 21:15:25,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:15:25,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 21:15:25,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 21:15:25,811 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,811 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 21:15:25,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,815 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 21:15:25,815 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 21:15:25,818 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:25,818 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 21:15:25,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 21:15:25,822 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:25,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,832 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:25,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 21:15:25,839 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:15:25,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 21:15:25,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:15:25,846 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:25,846 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:15:25,850 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 21:15:25,850 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:15:25,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 21:15:25,854 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 21:15:25,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 21:15:25,858 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 21:15:25,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 21:15:25,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:25,865 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:15:25,868 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 21:15:25,869 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:15:25,869 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 21:15:25,869 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 21:15:25,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:25,872 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 21:15:25,876 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 21:15:25,876 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 21:15:25,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4c738df9-9bbe-4442-9a7c-0258e3a4dc6d ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'ID_FS_UUID_ENC': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111648228'} ; 2024-03-01 21:15:25,880 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:15:25,880 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:25,884 INFO program/MainThread: stdout[47]: LVM 2024-03-01 21:15:25,884 INFO program/MainThread: stderr[47]: 2024-03-01 21:15:25,884 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 21:15:25,884 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:25,887 INFO program/MainThread: stdout[48]: LVM 2024-03-01 21:15:25,887 INFO program/MainThread: stderr[48]: 2024-03-01 21:15:25,887 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 21:15:25,887 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:25,890 INFO program/MainThread: stdout[49]: LVM 2024-03-01 21:15:25,891 INFO program/MainThread: stderr[49]: 2024-03-01 21:15:25,891 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 21:15:25,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 21:15:25,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:25,903 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:15:25,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:25,904 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 21:15:25,899 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 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 (0x7f2e4d804710) -- name = test_vg3 status = True 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:15:25,905 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:25,908 INFO program/MainThread: stdout[50]: LVM 2024-03-01 21:15:25,908 INFO program/MainThread: stderr[50]: 2024-03-01 21:15:25,908 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 21:15:25,912 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:15:25,916 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:25,916 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 21:15:25,919 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:25,919 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 21:15:25,923 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,923 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 21:15:25,927 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:25,927 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 21:15:25,927 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 21:15:25,930 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:25,931 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 21:15:25,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 21:15:25,934 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:25,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:25,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq ; incomplete: False ; hidden: False ; 2024-03-01 21:15:25,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:25,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 21:15:25,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:15:25,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 21:15:25,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:15:25,958 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:25,959 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:15:25,962 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 21:15:25,963 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:15:25,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 21:15:25,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 21:15:25,970 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:15:25,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 21:15:25,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 21:15:25,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:25,977 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:15:25,981 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 21:15:25,981 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:15:25,981 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 21:15:25,981 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 21:15:25,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:25,985 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 21:15:25,988 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 21:15:25,989 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 21:15:25,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/acc2299b-1fa0-4b53-9897-e7b75c76fc59 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq', '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-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'ID_FS_UUID_ENC': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111331440'} ; 2024-03-01 21:15:25,992 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:15:25,993 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:25,996 INFO program/MainThread: stdout[51]: LVM 2024-03-01 21:15:25,996 INFO program/MainThread: stderr[51]: 2024-03-01 21:15:25,996 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 21:15:25,996 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:25,999 INFO program/MainThread: stdout[52]: LVM 2024-03-01 21:15:25,999 INFO program/MainThread: stderr[52]: 2024-03-01 21:15:25,999 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 21:15:26,000 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:26,002 INFO program/MainThread: stdout[53]: LVM 2024-03-01 21:15:26,003 INFO program/MainThread: stderr[53]: 2024-03-01 21:15:26,003 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 21:15:26,007 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:26,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 21:15:26,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:26,015 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:15:26,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:26,017 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 21:15:26,011 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq 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 (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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 21:15:26,018 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:26,020 INFO program/MainThread: stdout[54]: LVM 2024-03-01 21:15:26,021 INFO program/MainThread: stderr[54]: 2024-03-01 21:15:26,021 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 21:15:26,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:15:26,029 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:26,029 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 21:15:26,033 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:26,033 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 21:15:26,036 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:26,036 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 21:15:26,040 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:26,040 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 21:15:26,040 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 21:15:26,044 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:26,044 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 21:15:26,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 21:15:26,047 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:26,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:26,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:26,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA ; incomplete: False ; hidden: False ; 2024-03-01 21:15:26,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:15:26,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 21:15:26,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:15:26,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 21:15:26,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:15:26,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:26,072 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:26,075 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 21:15:26,076 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:15:26,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 21:15:26,080 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 21:15:26,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 21:15:26,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 21:15:26,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 21:15:26,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:26,090 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:26,094 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 21:15:26,094 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:15:26,095 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 21:15:26,095 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 21:15:26,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:26,098 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:15:26,101 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 21:15:26,102 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 21:15:26,105 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/1c0f2d29-3109-4e5f-a909-fc517a3c406a ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'ID_FS_UUID_ENC': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111023369'} ; 2024-03-01 21:15:26,106 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:26,106 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:26,109 INFO program/MainThread: stdout[55]: LVM 2024-03-01 21:15:26,110 INFO program/MainThread: stderr[55]: 2024-03-01 21:15:26,110 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 21:15:26,110 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:26,113 INFO program/MainThread: stdout[56]: LVM 2024-03-01 21:15:26,113 INFO program/MainThread: stderr[56]: 2024-03-01 21:15:26,113 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 21:15:26,113 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:26,116 INFO program/MainThread: stdout[57]: LVM 2024-03-01 21:15:26,116 INFO program/MainThread: stderr[57]: 2024-03-01 21:15:26,116 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 21:15:26,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:26,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 21:15:26,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:26,129 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:26,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:26,131 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:26,125 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA 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 (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) 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 21:15:26,132 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:26,135 INFO program/MainThread: stdout[58]: LVM 2024-03-01 21:15:26,135 INFO program/MainThread: stderr[58]: 2024-03-01 21:15:26,135 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 21:15:26,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:15:26,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:26,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 21:15:26,147 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:26,147 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 21:15:26,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:26,150 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 21:15:26,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:26,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 21:15:26,154 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 21:15:26,158 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:26,158 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 21:15:26,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 21:15:26,162 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:26,162 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:15:26,165 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': '18182951'} ; 2024-03-01 21:15:26,165 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:15:26,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:26,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:26,177 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:15:26,177 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:15:26,177 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:15:26,177 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:15:26,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 21:15:26,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 21:15:26,180 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:15:26,184 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:15:26,184 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:15:26,187 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:15:26,188 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:15:26,188 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 21:15:26,188 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2e4d7d9048) -- 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 21:15:26,191 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:15:26,195 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:26,195 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 21:15:26,198 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:26,198 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 21:15:26,202 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:26,202 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 21:15:26,205 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:26,205 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 21:15:26,209 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:15:26,212 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:15:26,215 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:15:26,219 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 0x7f2e4d7d8c88> 2024-03-01 21:15:29,256 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 21:15:29,261 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:15:29,261 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:15:29,265 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': '18185273'} ; 2024-03-01 21:15:29,265 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:15:29,265 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:15:29,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,276 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:15:29,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:29,296 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:29,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 21:15:29,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 21:15:29,322 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:15:29,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 21:15:29,325 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:15:29,329 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:15:29,329 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:15:29,332 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:29,333 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:29,333 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:15:29,336 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:15:29,340 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:15:29,343 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:15:29,346 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:15:29,349 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:15:29,350 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:15:29,350 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 21:15:29,351 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:15:29,350 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f2e4d7ecf60) -- 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 0x7f2e4d7f19e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:15:29,355 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:15:29,358 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:15:29,358 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 21:15:29,362 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:15:29,362 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 21:15:29,365 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:29,365 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 21:15:29,369 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:15:29,369 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 21:15:29,369 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:15:29,372 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:15:29,372 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 21:15:29,375 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:15:29,375 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:15:29,379 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/1c0f2d29-3109-4e5f-a909-fc517a3c406a ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbZD40dZtn8so593iR27s2Q4xCmEOTgNfA', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'ID_FS_UUID_ENC': '1c0f2d29-3109-4e5f-a909-fc517a3c406a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111023369'} ; 2024-03-01 21:15:29,379 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:15:29,379 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:29,383 INFO program/MainThread: stdout[59]: LVM 2024-03-01 21:15:29,383 INFO program/MainThread: stderr[59]: 2024-03-01 21:15:29,383 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 21:15:29,383 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:29,387 INFO program/MainThread: stdout[60]: LVM 2024-03-01 21:15:29,387 INFO program/MainThread: stderr[60]: 2024-03-01 21:15:29,387 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 21:15:29,387 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:29,390 INFO program/MainThread: stdout[61]: LVM 2024-03-01 21:15:29,390 INFO program/MainThread: stderr[61]: 2024-03-01 21:15:29,390 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 21:15:29,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:15:29,402 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,403 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,405 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,399 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:15:29,405 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 21:15:29,409 INFO program/MainThread: stdout[62]: LVM 2024-03-01 21:15:29,409 INFO program/MainThread: stderr[62]: 2024-03-01 21:15:29,409 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 21:15:29,413 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 21:15:29,413 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 21:15:29,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq ' '/dev/disk/by-uuid/acc2299b-1fa0-4b53-9897-e7b75c76fc59 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb6WebOeAXbvzJzassGJdKojd3dZzWDqWq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'ID_FS_UUID_ENC': 'acc2299b-1fa0-4b53-9897-e7b75c76fc59', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111331440'} ; 2024-03-01 21:15:29,417 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 21:15:29,417 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:29,420 INFO program/MainThread: stdout[63]: LVM 2024-03-01 21:15:29,420 INFO program/MainThread: stderr[63]: 2024-03-01 21:15:29,420 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 21:15:29,420 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:29,423 INFO program/MainThread: stdout[64]: LVM 2024-03-01 21:15:29,424 INFO program/MainThread: stderr[64]: 2024-03-01 21:15:29,424 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 21:15:29,424 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:29,427 INFO program/MainThread: stdout[65]: LVM 2024-03-01 21:15:29,427 INFO program/MainThread: stderr[65]: 2024-03-01 21:15:29,427 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 21:15:29,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:15:29,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,440 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,441 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,435 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 21:15:29,442 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 21:15:29,445 INFO program/MainThread: stdout[66]: LVM 2024-03-01 21:15:29,445 INFO program/MainThread: stderr[66]: 2024-03-01 21:15:29,445 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 21:15:29,449 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 21:15:29,449 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 21:15:29,452 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4c738df9-9bbe-4442-9a7c-0258e3a4dc6d ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAb70oxCgeyuRebl0qn6ASxc0ileg7dTq61', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'ID_FS_UUID_ENC': '4c738df9-9bbe-4442-9a7c-0258e3a4dc6d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111648228'} ; 2024-03-01 21:15:29,453 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 21:15:29,453 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:29,456 INFO program/MainThread: stdout[67]: LVM 2024-03-01 21:15:29,456 INFO program/MainThread: stderr[67]: 2024-03-01 21:15:29,456 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 21:15:29,456 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:29,459 INFO program/MainThread: stdout[68]: LVM 2024-03-01 21:15:29,459 INFO program/MainThread: stderr[68]: 2024-03-01 21:15:29,459 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 21:15:29,460 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:29,463 INFO program/MainThread: stdout[69]: LVM 2024-03-01 21:15:29,463 INFO program/MainThread: stderr[69]: 2024-03-01 21:15:29,463 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 21:15:29,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:15:29,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,475 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,477 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,471 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 21:15:29,478 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 21:15:29,481 INFO program/MainThread: stdout[70]: LVM 2024-03-01 21:15:29,481 INFO program/MainThread: stderr[70]: 2024-03-01 21:15:29,481 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 21:15:29,485 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 21:15:29,485 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 21:15:29,488 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-yzU6qFzTLDKkknGQxQIW3KOe3RIhxxAbx3ndOpuWdZW28PCItP4MIqnBDfALeijm', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'ID_FS_UUID_ENC': '25adcfc9-0d25-48e7-b04c-69a2a3c6d1ef', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1111956302'} ; 2024-03-01 21:15:29,488 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 21:15:29,488 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:29,491 INFO program/MainThread: stdout[71]: LVM 2024-03-01 21:15:29,492 INFO program/MainThread: stderr[71]: 2024-03-01 21:15:29,492 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 21:15:29,492 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:29,495 INFO program/MainThread: stdout[72]: LVM 2024-03-01 21:15:29,495 INFO program/MainThread: stderr[72]: 2024-03-01 21:15:29,495 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 21:15:29,495 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:29,498 INFO program/MainThread: stdout[73]: LVM 2024-03-01 21:15:29,498 INFO program/MainThread: stderr[73]: 2024-03-01 21:15:29,498 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 21:15:29,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,506 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 21:15:29,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,511 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:29,512 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:29,507 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:29,513 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 21:15:29,517 INFO program/MainThread: stdout[74]: LVM 2024-03-01 21:15:29,518 INFO program/MainThread: stderr[74]: 2024-03-01 21:15:29,518 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 21:15:29,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 21:15:29,522 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 21:15:29,525 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis ' '/dev/disk/by-uuid/ac96c488-047d-4d6e-98b4-72970ef41f23', '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-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1z0hQo9BYukwVNMYpExyKYAvjtlzCTdMis', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'ID_FS_UUID_ENC': 'ac96c488-047d-4d6e-98b4-72970ef41f23', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1112784451'} ; 2024-03-01 21:15:29,525 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 21:15:29,526 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:29,530 INFO program/MainThread: stdout[75]: LVM 2024-03-01 21:15:29,530 INFO program/MainThread: stderr[75]: 2024-03-01 21:15:29,530 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 21:15:29,530 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:29,533 INFO program/MainThread: stdout[76]: LVM 2024-03-01 21:15:29,533 INFO program/MainThread: stderr[76]: 2024-03-01 21:15:29,533 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 21:15:29,533 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:29,536 INFO program/MainThread: stdout[77]: LVM 2024-03-01 21:15:29,537 INFO program/MainThread: stderr[77]: 2024-03-01 21:15:29,537 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 21:15:29,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:15:29,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:29,548 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:29,549 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:29,549 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:29,545 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) 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 21:15:29,550 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 21:15:29,554 INFO program/MainThread: stdout[78]: LVM 2024-03-01 21:15:29,554 INFO program/MainThread: stderr[78]: 2024-03-01 21:15:29,554 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 21:15:29,558 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 21:15:29,558 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 21:15:29,561 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/4cb0399a-38e9-48d5-8233-20dc295d35f4 ' '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj ' '/dev/mapper/test_vg2-lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mdWyoVIgSF4rMohl8zGzRZnCASo8iA1zUCk40IIkasCZ8kYnFhNnNxfHOo2C0Bcj', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'ID_FS_UUID_ENC': '4cb0399a-38e9-48d5-8233-20dc295d35f4', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113065202'} ; 2024-03-01 21:15:29,561 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 21:15:29,562 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:29,565 INFO program/MainThread: stdout[79]: LVM 2024-03-01 21:15:29,565 INFO program/MainThread: stderr[79]: 2024-03-01 21:15:29,565 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 21:15:29,565 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:29,568 INFO program/MainThread: stdout[80]: LVM 2024-03-01 21:15:29,568 INFO program/MainThread: stderr[80]: 2024-03-01 21:15:29,568 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 21:15:29,568 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:29,571 INFO program/MainThread: stdout[81]: LVM 2024-03-01 21:15:29,572 INFO program/MainThread: stderr[81]: 2024-03-01 21:15:29,572 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 21:15:29,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:15:29,583 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:29,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:29,584 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:29,585 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:29,580 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:29,585 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 21:15:29,589 INFO program/MainThread: stdout[82]: LVM 2024-03-01 21:15:29,589 INFO program/MainThread: stderr[82]: 2024-03-01 21:15:29,589 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 21:15:29,593 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 21:15:29,593 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 21:15:29,596 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/c0ebe835-e54b-449c-9b24-08ce7fb0e950 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12KplQkU0L7m3wB4d7rV5WuphGBFeZnrekq', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'ID_FS_UUID_ENC': 'c0ebe835-e54b-449c-9b24-08ce7fb0e950', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1113875479'} ; 2024-03-01 21:15:29,596 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 21:15:29,597 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:29,600 INFO program/MainThread: stdout[83]: LVM 2024-03-01 21:15:29,600 INFO program/MainThread: stderr[83]: 2024-03-01 21:15:29,600 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 21:15:29,600 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:29,603 INFO program/MainThread: stdout[84]: LVM 2024-03-01 21:15:29,603 INFO program/MainThread: stderr[84]: 2024-03-01 21:15:29,603 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 21:15:29,603 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:29,606 INFO program/MainThread: stdout[85]: LVM 2024-03-01 21:15:29,607 INFO program/MainThread: stderr[85]: 2024-03-01 21:15:29,607 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 21:15:29,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,614 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 21:15:29,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,618 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,618 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,619 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,615 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with 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 21:15:29,620 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 21:15:29,623 INFO program/MainThread: stdout[86]: LVM 2024-03-01 21:15:29,623 INFO program/MainThread: stderr[86]: 2024-03-01 21:15:29,623 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 21:15:29,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 21:15:29,627 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 21:15:29,630 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', '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-OBFVu7MPNNyJc7jk3jVykYwZpmDNI12K0xFc2NOotKMRg4OFG5xG3Wp9nImeWVH4', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'ID_FS_UUID_ENC': '4ebe5032-b6ef-4fb6-9eaa-cb70b46e33cc', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1114181387'} ; 2024-03-01 21:15:29,630 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 21:15:29,631 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:29,634 INFO program/MainThread: stdout[87]: LVM 2024-03-01 21:15:29,634 INFO program/MainThread: stderr[87]: 2024-03-01 21:15:29,634 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 21:15:29,634 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:29,637 INFO program/MainThread: stdout[88]: LVM 2024-03-01 21:15:29,637 INFO program/MainThread: stderr[88]: 2024-03-01 21:15:29,637 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 21:15:29,637 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:29,640 INFO program/MainThread: stdout[89]: LVM 2024-03-01 21:15:29,641 INFO program/MainThread: stderr[89]: 2024-03-01 21:15:29,641 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 21:15:29,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:15:29,651 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,652 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,653 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,649 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,654 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:15:29,657 INFO program/MainThread: stdout[90]: LVM 2024-03-01 21:15:29,657 INFO program/MainThread: stderr[90]: 2024-03-01 21:15:29,657 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 21:15:29,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:15:29,661 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:15:29,661 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:29,673 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:29,688 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:15:29,689 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:15:29,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:29,703 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:15:29,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:29,716 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:15:29,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:29,728 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:15:29,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:29,741 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:15:29,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,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/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:29,753 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:15:29,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:15:29,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:15:29,766 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:15:29,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,772 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:15:29,773 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,773 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,774 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,774 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,774 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,775 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,775 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,775 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,776 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,776 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,777 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,777 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:15:29,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:15:29,783 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:15:29,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:15:29,789 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:15:29,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:15:29,795 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:15:29,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:15:29,801 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:15:29,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,804 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,805 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,810 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,814 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,815 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,819 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,823 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,824 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,826 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,827 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,828 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,832 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,833 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,835 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,836 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,837 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,840 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,841 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,842 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,838 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,844 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,845 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,846 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,842 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,850 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,850 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,851 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,853 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,854 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,854 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,855 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,858 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,858 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,860 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,862 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,863 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,863 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,864 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,867 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,867 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,868 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,868 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,872 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,872 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,873 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,869 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,876 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,876 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,878 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,881 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,882 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,885 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,885 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,886 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,886 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,889 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,890 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,891 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,887 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,894 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,895 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,899 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,900 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,903 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,904 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,908 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,909 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,912 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,913 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,917 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,917 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,918 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,920 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,921 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,921 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,922 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,918 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,925 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,926 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,926 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,927 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,930 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,930 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,931 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,935 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,936 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,939 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,940 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,944 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,945 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 21:15:29,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 0xFc2N-OotK-MRg4-OFG5-xG3W-p9nI-meWVH4 size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 21:15:29,945 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:15:29,948 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 21:15:29,949 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:29,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 21:15:29,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:15:29,953 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:29,953 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 21:15:29,957 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:15:29,957 INFO program/MainThread: stderr[91]: 2024-03-01 21:15:29,957 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 21:15:29,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 21:15:29,962 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:15:29,962 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:29,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:29,969 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 21:15:29,969 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 21:15:29,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,973 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:29,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,978 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:29,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:29,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,987 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:29,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,991 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,991 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:29,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,995 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,996 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:29,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:29,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:29,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,007 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,008 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,009 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,012 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,016 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,018 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,021 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,021 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,022 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,022 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,025 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,026 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,026 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,027 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,030 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,031 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,031 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,035 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,035 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,036 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,039 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,040 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,040 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,043 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,044 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,044 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,045 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,041 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,047 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,048 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,048 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,049 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,045 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,052 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,052 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,053 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,053 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,050 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,056 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,057 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,058 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,061 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,062 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,066 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,067 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,069 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,070 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,071 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,075 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,076 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,079 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,080 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,084 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,084 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,085 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,088 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,089 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,092 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,093 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,093 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,089 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,096 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,097 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,097 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,098 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,101 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,102 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,105 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,106 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,106 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,109 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,110 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:15:30,110 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 21:15:30,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d819dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = plQkU0-L7m3-wB4d-7rV5-Wuph-GBFe-Znrekq size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d892ac8) -- 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 = OBFVu7-MPNN-yJc7-jk3j-VykY-wZpm-DNI12K size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None 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 21:15:30,111 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 21:15:30,114 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 21:15:30,114 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 21:15:30,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 21:15:30,118 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:30,121 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 21:15:30,121 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 21:15:30,122 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:30,122 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 21:15:30,122 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:15:30,125 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:15:30,125 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,128 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:15:30,131 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:15:30,135 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:15:30,135 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:15:30,135 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:30,135 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:15:30,135 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:15:30,138 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:30,138 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 21:15:30,141 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:15:30,141 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:30,141 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:15:30,141 DEBUG blivet/MainThread: removing sda 2024-03-01 21:15:30,144 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:30,144 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 21:15:30,147 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:15:30,148 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:30,148 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:15:30,148 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:15:30,151 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:30,151 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 21:15:30,154 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:15:30,154 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:30,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,160 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 21:15:30,160 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,161 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,161 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,161 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,162 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,162 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,163 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,163 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,163 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,164 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,164 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,164 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 21:15:30,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 21:15:30,171 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 21:15:30,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 21:15:30,177 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 21:15:30,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 21:15:30,182 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 21:15:30,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 21:15:30,189 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 21:15:30,191 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,192 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,192 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,193 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,195 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,196 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,196 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,197 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,200 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,202 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,205 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,206 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,206 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,209 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,210 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,210 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,211 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,214 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,215 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,219 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,220 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,222 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,223 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,227 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,228 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,232 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,233 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,236 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,236 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,237 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,237 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,240 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,241 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,241 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,242 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,244 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,245 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,245 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,246 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,249 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,250 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,250 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,251 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,253 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,254 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,254 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,255 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,259 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,260 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,263 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,264 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,264 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,268 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,268 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,269 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,272 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,272 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,273 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,276 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,277 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,277 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,278 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,281 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,281 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,282 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,285 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,285 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,286 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,283 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,289 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,290 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,291 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,293 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,294 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,295 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,295 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,291 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,299 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,299 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,300 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,302 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,303 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,303 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,304 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,308 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,309 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,312 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,313 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,316 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,317 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,320 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,321 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,322 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,324 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,325 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,326 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,330 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,331 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 21:15:30,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d83af60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = UCk40I-Ikas-CZ8k-YnFh-NnNx-fHOo-2C0Bcj size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 21:15:30,331 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 21:15:30,335 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 21:15:30,335 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 21:15:30,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 21:15:30,338 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:30,342 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 21:15:30,342 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 21:15:30,342 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:30,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 21:15:30,348 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 21:15:30,350 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,351 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,351 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,352 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,354 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,355 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,355 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,356 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,352 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,358 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,359 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,359 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,360 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,362 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,363 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,364 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,367 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,367 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,368 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,371 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,371 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,372 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,374 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,375 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,375 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,376 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,372 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,379 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,380 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,383 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,384 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,386 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,387 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,387 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,388 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,384 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,390 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,391 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,391 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,392 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,394 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,395 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,395 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,396 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,392 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,398 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,399 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,399 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,400 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,402 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,403 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,403 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,404 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,400 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,406 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,406 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,407 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,407 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,410 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,411 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,408 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,414 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,414 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,415 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,415 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,418 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,418 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,419 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,419 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,422 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,422 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,423 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,423 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,420 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,426 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,426 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,427 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,427 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,430 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,430 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,431 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,431 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,428 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,434 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,434 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,435 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,435 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,432 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,438 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,438 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,439 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,439 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,441 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,442 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,442 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,443 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,445 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,446 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,446 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,447 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,449 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,450 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,450 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,451 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,447 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,453 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,454 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,454 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,455 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,451 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,457 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,458 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,458 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,459 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,461 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,462 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,462 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,463 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,465 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,466 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,466 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,467 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,469 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,470 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,470 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,471 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,473 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,474 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,474 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 21:15:30,474 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 21:15:30,471 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e5c8b1ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 0hQo9B-Yukw-VNMY-pExy-KYAv-jtlz-CTdMis size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d833518) -- 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 = mdWyoV-IgSF-4rMo-hl8z-GzRZ-nCAS-o8iA1z size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg2 format args = [] original_format = None 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 21:15:30,475 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 21:15:30,478 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 21:15:30,478 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 21:15:30,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 21:15:30,482 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:30,485 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 21:15:30,485 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 21:15:30,486 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:30,486 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sdd', 'sde'] 2024-03-01 21:15:30,486 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 21:15:30,489 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 21:15:30,489 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,492 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:15:30,495 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:15:30,498 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 21:15:30,499 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 21:15:30,499 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:15:30,499 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 21:15:30,499 DEBUG blivet/MainThread: removing sdf 2024-03-01 21:15:30,502 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:30,502 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 21:15:30,505 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 21:15:30,505 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:15:30,505 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 21:15:30,505 DEBUG blivet/MainThread: removing sdd 2024-03-01 21:15:30,508 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:30,508 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 21:15:30,511 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 21:15:30,511 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:15:30,511 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 21:15:30,512 DEBUG blivet/MainThread: removing sde 2024-03-01 21:15:30,514 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:30,514 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 21:15:30,518 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 21:15:30,518 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:15:30,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,524 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 21:15:30,525 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,525 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,525 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,526 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,526 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,527 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,527 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,528 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,528 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,529 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,529 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,530 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 21:15:30,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 21:15:30,536 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 21:15:30,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 21:15:30,542 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 21:15:30,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 21:15:30,548 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 21:15:30,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 21:15:30,554 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 21:15:30,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,560 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 21:15:30,560 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 21:15:30,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,564 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,565 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,570 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,571 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,576 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,578 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,581 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,582 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,584 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,588 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,590 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,594 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,595 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,596 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,600 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,601 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,602 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,605 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,606 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,608 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,603 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,611 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,612 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,614 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,608 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,617 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,618 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,620 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,624 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,624 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,626 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,620 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,629 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,630 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,632 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,635 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,636 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,636 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,638 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,632 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,641 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,642 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,644 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,647 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,648 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,648 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,650 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,644 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,653 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,654 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,654 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,655 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,650 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,659 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,660 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,661 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,656 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,666 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,667 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,672 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,673 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,678 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,679 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,684 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,685 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,680 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,690 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,690 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,691 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,696 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,697 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,692 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,702 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,702 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,703 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,708 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,709 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,714 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,715 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,720 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,721 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,726 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,727 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,732 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,733 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,737 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,739 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,743 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,745 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,749 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,750 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,751 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 21:15:30,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d8436d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = x3ndOp-uWdZ-W28P-CItP-4MIq-nBDf-ALeijm size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 21:15:30,752 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 21:15:30,755 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 21:15:30,755 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 21:15:30,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 21:15:30,759 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:30,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 21:15:30,762 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 21:15:30,762 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:30,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 21:15:30,769 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 21:15:30,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,772 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,774 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,778 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,778 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,779 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,783 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,784 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,784 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,785 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,780 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,789 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,790 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,795 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,796 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,800 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,801 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,802 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,806 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,806 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,807 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,811 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,813 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,808 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,817 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,818 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,822 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,824 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,828 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,828 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,829 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,833 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,834 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,835 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,839 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,840 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,835 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,844 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,846 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,841 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,850 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,851 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,855 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,857 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,861 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,862 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,866 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,868 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,872 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,873 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,877 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,878 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,879 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,874 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,883 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,883 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,884 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,879 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,889 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,889 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,890 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,893 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,894 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,895 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,891 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,899 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,901 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,905 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,906 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,910 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,912 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,916 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,917 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,920 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,921 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,922 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,923 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,918 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,927 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,928 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,923 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,932 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,934 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,938 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,939 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,943 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,945 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 21:15:30,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d830828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 70oxCg-eyuR-ebl0-qn6A-Sxc0-ileg-7dTq61 size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,946 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 21:15:30,949 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 21:15:30,949 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:30,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 21:15:30,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 21:15:30,952 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:30,956 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 21:15:30,956 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 21:15:30,956 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:30,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:30,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 21:15:30,962 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 21:15:30,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,966 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,966 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,967 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,971 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,972 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,967 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,976 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,976 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,977 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,972 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,981 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,982 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,986 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,987 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,991 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,992 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:30,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,996 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,996 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:30,997 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,993 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,001 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,002 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:30,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,006 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,007 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,003 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,011 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,012 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,008 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,016 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,017 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,013 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,022 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,026 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,027 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,031 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,032 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,036 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,037 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,040 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,041 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,042 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,046 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,047 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,051 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,052 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,055 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,056 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,057 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,061 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,062 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,065 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,066 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,067 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,071 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,072 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,068 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,076 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,078 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,081 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,083 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,086 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,088 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,091 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,093 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,096 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,098 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,102 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,103 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,107 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,108 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,112 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,113 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,117 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,118 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,122 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,123 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 21:15:31,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7e2748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6WebOe-AXbv-zJza-ssGJ-dKoj-d3dZ-zWDqWq size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,123 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 21:15:31,126 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 21:15:31,127 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 21:15:31,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 21:15:31,130 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 21:15:31,134 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 21:15:31,134 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 21:15:31,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 21:15:31,140 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 21:15:31,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,143 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,144 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,148 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,149 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,152 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,153 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,156 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,157 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,158 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,161 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,162 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,166 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,167 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,170 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,170 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,171 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,175 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,176 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,179 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,179 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,180 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,184 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,185 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,188 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,189 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,193 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,194 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,197 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,198 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,198 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,202 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,203 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,206 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,206 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,207 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,211 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,212 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,215 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,217 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,220 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,221 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,224 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,226 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,229 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,230 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,226 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,233 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,233 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,235 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,238 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,239 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,242 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,244 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,240 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,247 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,248 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,244 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,251 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,251 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,252 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,252 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,248 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,255 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,256 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,256 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,257 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,260 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,261 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,261 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,265 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,266 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,262 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,269 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,270 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,274 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,275 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,278 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,278 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,280 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,283 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,283 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 21:15:31,284 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 21:15:31,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f2e4d7cd828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = ZD40dZ-tn8s-o593-iR27-s2Q4-xCmE-OTgNfA size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f2e4d804710) -- 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 = yzU6qF-zTLD-Kkkn-GQxQ-IW3K-Oe3R-IhxxAb size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = 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 21:15:31,285 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 21:15:31,288 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 21:15:31,288 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,288 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 21:15:31,291 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 21:15:31,292 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 21:15:31,295 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 21:15:31,295 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,295 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdg', 'sdh', 'sdi', 'sdj'] 2024-03-01 21:15:31,295 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 21:15:31,298 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 21:15:31,299 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,302 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:15:31,305 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:15:31,308 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:15:31,311 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 21:15:31,311 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 21:15:31,311 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:15:31,311 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 21:15:31,312 DEBUG blivet/MainThread: removing sdg 2024-03-01 21:15:31,315 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:31,315 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 21:15:31,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 21:15:31,318 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:15:31,318 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 21:15:31,318 DEBUG blivet/MainThread: removing sdh 2024-03-01 21:15:31,321 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:31,321 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 21:15:31,324 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 21:15:31,324 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:15:31,324 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 21:15:31,324 DEBUG blivet/MainThread: removing sdi 2024-03-01 21:15:31,327 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:31,327 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 21:15:31,330 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 21:15:31,331 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:15:31,331 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 21:15:31,331 DEBUG blivet/MainThread: removing sdj 2024-03-01 21:15:31,334 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 21:15:31,334 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:15:31,334 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 21:15:31,337 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 21:15:31,337 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:15:31,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,351 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,377 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,396 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:31,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,409 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,428 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:15:31,429 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,441 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,460 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:15:31,460 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,471 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,489 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:15:31,490 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,503 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,522 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:15:31,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,533 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,551 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:15:31,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,563 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,581 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:15:31,582 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,595 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,613 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:31,614 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:31,615 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:15:31,616 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:15:31,616 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:15:31,618 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:15:31,621 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:15:31,624 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:15:31,627 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:15:31,627 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:15:31,630 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:15:31,630 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 0x7f2e4d7c20a0> 2024-03-01 21:15:31,631 INFO blivet/MainThread: sorting actions... 2024-03-01 21:15:31,652 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,652 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,652 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,652 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,652 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:31,652 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:15:31,653 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:15:31,654 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:31,655 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:31,656 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:31,656 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,659 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,662 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:15:31,662 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 21:15:31,670 INFO program/MainThread: stdout: 2024-03-01 21:15:31,671 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:31,671 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,671 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,689 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,701 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,701 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 21:15:31,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 21:15:31,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:15:31,713 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 21:15:31,716 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 21:15:31,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 21:15:31,720 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:31,755 INFO program/MainThread: stdout[92]: 2024-03-01 21:15:31,755 INFO program/MainThread: stderr[92]: 2024-03-01 21:15:31,755 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 21:15:31,760 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:15:31,763 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,766 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,769 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,773 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,776 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,779 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,782 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,786 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 21:15:31,789 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:31,834 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 21:15:31,834 INFO program/MainThread: stderr[93]: 2024-03-01 21:15:31,834 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 21:15:31,835 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,851 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:15:31,851 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 21:15:31,865 INFO program/MainThread: stdout: 2024-03-01 21:15:31,865 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:31,865 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,895 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:31,906 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:31,906 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 21:15:31,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 21:15:31,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:15:31,918 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 21:15:31,921 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 21:15:31,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 21:15:31,925 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:31,956 INFO program/MainThread: stdout[94]: 2024-03-01 21:15:31,956 INFO program/MainThread: stderr[94]: 2024-03-01 21:15:31,956 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 21:15:31,961 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:15:31,964 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,967 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,970 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,973 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,977 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,980 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,984 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:31,987 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:15:31,990 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 21:15:31,990 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,031 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 21:15:32,031 INFO program/MainThread: stderr[95]: 2024-03-01 21:15:32,031 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 21:15:32,032 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:32,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,054 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:15:32,054 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 21:15:32,074 INFO program/MainThread: stdout: 2024-03-01 21:15:32,074 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:32,074 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,074 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,103 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,116 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,116 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 21:15:32,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 21:15:32,124 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:15:32,128 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 21:15:32,131 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 21:15:32,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 21:15:32,135 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,172 INFO program/MainThread: stdout[96]: 2024-03-01 21:15:32,172 INFO program/MainThread: stderr[96]: 2024-03-01 21:15:32,173 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 21:15:32,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:15:32,180 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,183 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,187 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,190 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,193 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,196 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,200 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,203 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 21:15:32,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 21:15:32,206 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,252 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 21:15:32,252 INFO program/MainThread: stderr[97]: 2024-03-01 21:15:32,252 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 21:15:32,253 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:32,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,268 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:15:32,269 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 21:15:32,291 INFO program/MainThread: stdout: 2024-03-01 21:15:32,291 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:32,292 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,292 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,316 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,330 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,330 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 21:15:32,335 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 21:15:32,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:15:32,342 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 21:15:32,345 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 21:15:32,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 21:15:32,349 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,382 INFO program/MainThread: stdout[98]: 2024-03-01 21:15:32,382 INFO program/MainThread: stderr[98]: 2024-03-01 21:15:32,382 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 21:15:32,387 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:15:32,390 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,393 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,397 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,400 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,403 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,409 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 21:15:32,416 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,455 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 21:15:32,455 INFO program/MainThread: stderr[99]: 2024-03-01 21:15:32,456 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 21:15:32,456 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 21:15:32,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 21:15:32,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 21:15:32,478 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 21:15:32,494 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,500 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,505 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,511 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,517 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,522 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,527 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,531 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 21:15:32,534 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 21:15:32,534 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,575 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 21:15:32,576 INFO program/MainThread: stderr[100]: 2024-03-01 21:15:32,576 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 21:15:32,576 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,629 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 21:15:32,629 INFO program/MainThread: stderr[101]: 2024-03-01 21:15:32,629 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 21:15:32,630 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,667 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 21:15:32,667 INFO program/MainThread: stderr[102]: 2024-03-01 21:15:32,667 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 21:15:32,668 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdj (id 166) 2024-03-01 21:15:32,675 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,687 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,692 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,692 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,743 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 21:15:32,743 INFO program/MainThread: stderr[103]: 2024-03-01 21:15:32,744 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 21:15:32,744 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 21:15:32,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,755 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,765 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,765 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,775 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,775 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 21:15:32,779 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,782 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,785 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,786 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,814 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 21:15:32,814 INFO program/MainThread: stderr[104]: 2024-03-01 21:15:32,814 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 21:15:32,814 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 21:15:32,815 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,843 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,859 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,859 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,873 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,874 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 21:15:32,879 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,882 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,885 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,885 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:32,912 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 21:15:32,913 INFO program/MainThread: stderr[105]: 2024-03-01 21:15:32,913 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 21:15:32,913 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 21:15:32,913 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,951 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,952 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,969 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,969 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:32,982 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:32,982 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 21:15:32,986 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:32,989 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,992 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 21:15:32,992 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,021 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 21:15:33,021 INFO program/MainThread: stderr[106]: 2024-03-01 21:15:33,021 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 21:15:33,022 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 21:15:33,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,055 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,056 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,082 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,083 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:33,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,091 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:15:33,091 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 21:15:33,099 INFO program/MainThread: stdout: 2024-03-01 21:15:33,099 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:33,099 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,116 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,116 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,126 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,126 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 21:15:33,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 21:15:33,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:15:33,138 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 21:15:33,142 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 21:15:33,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 21:15:33,145 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,182 INFO program/MainThread: stdout[107]: 2024-03-01 21:15:33,182 INFO program/MainThread: stderr[107]: 2024-03-01 21:15:33,182 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 21:15:33,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:15:33,190 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,193 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 21:15:33,197 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,200 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 21:15:33,203 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,206 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 21:15:33,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 21:15:33,210 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,254 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 21:15:33,254 INFO program/MainThread: stderr[108]: 2024-03-01 21:15:33,255 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 21:15:33,255 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:33,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,269 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:15:33,270 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 21:15:33,282 INFO program/MainThread: stdout: 2024-03-01 21:15:33,282 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:33,282 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,283 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,302 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,314 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,315 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 21:15:33,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 21:15:33,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:15:33,327 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 21:15:33,330 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 21:15:33,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 21:15:33,334 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,369 INFO program/MainThread: stdout[109]: 2024-03-01 21:15:33,369 INFO program/MainThread: stderr[109]: 2024-03-01 21:15:33,369 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 21:15:33,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:15:33,377 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,380 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:15:33,384 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,387 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:15:33,390 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,393 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:15:33,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 21:15:33,397 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,434 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 21:15:33,434 INFO program/MainThread: stderr[110]: 2024-03-01 21:15:33,435 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 21:15:33,435 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 21:15:33,442 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 21:15:33,452 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 21:15:33,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 21:15:33,465 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,470 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 21:15:33,475 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,481 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 21:15:33,486 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,491 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 21:15:33,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 21:15:33,496 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,535 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 21:15:33,535 INFO program/MainThread: stderr[111]: 2024-03-01 21:15:33,535 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 21:15:33,536 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,576 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 21:15:33,576 INFO program/MainThread: stderr[112]: 2024-03-01 21:15:33,576 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 21:15:33,577 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,609 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 21:15:33,609 INFO program/MainThread: stderr[113]: 2024-03-01 21:15:33,609 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 21:15:33,610 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 21:15:33,617 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,626 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,632 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,632 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,675 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 21:15:33,675 INFO program/MainThread: stderr[114]: 2024-03-01 21:15:33,675 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 21:15:33,676 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 21:15:33,676 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,713 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,729 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,729 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,739 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,739 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 21:15:33,743 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,746 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,749 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,749 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,776 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 21:15:33,777 INFO program/MainThread: stderr[115]: 2024-03-01 21:15:33,777 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 21:15:33,777 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 21:15:33,777 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,806 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,807 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,822 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,836 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,837 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 21:15:33,841 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,844 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,847 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 21:15:33,847 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:33,874 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 21:15:33,874 INFO program/MainThread: stderr[116]: 2024-03-01 21:15:33,874 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 21:15:33,875 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 21:15:33,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,910 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,910 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,921 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,935 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,935 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:33,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:33,943 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:15:33,943 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 21:15:33,950 INFO program/MainThread: stdout: 2024-03-01 21:15:33,950 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:33,950 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,964 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:33,974 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:33,974 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 21:15:33,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 21:15:33,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:15:33,986 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 21:15:33,989 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 21:15:33,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 21:15:33,993 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --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 21:15:34,030 INFO program/MainThread: stdout[117]: 2024-03-01 21:15:34,030 INFO program/MainThread: stderr[117]: 2024-03-01 21:15:34,030 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 21:15:34,035 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:15:34,038 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,041 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 21:15:34,045 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,048 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 21:15:34,051 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,054 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 21:15:34,057 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 21:15:34,057 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --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 21:15:34,094 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 21:15:34,095 INFO program/MainThread: stderr[118]: 2024-03-01 21:15:34,095 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 21:15:34,096 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:34,103 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,112 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:34,113 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:15:34,127 INFO program/MainThread: stdout: 2024-03-01 21:15:34,127 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:15:34,127 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,150 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,160 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,160 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:15:34,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:15:34,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:15:34,172 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:15:34,175 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:15:34,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:15:34,179 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:34,213 INFO program/MainThread: stdout[119]: 2024-03-01 21:15:34,213 INFO program/MainThread: stderr[119]: 2024-03-01 21:15:34,213 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 21:15:34,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:15:34,221 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,224 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:34,228 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,231 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:34,234 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,237 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:34,240 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:15:34,241 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:34,275 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 21:15:34,276 INFO program/MainThread: stderr[120]: 2024-03-01 21:15:34,276 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 21:15:34,276 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:15:34,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:15:34,293 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:15:34,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:15:34,307 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,313 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:15:34,319 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,324 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:15:34,330 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,334 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:15:34,337 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:15:34,337 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:34,375 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 21:15:34,375 INFO program/MainThread: stderr[121]: 2024-03-01 21:15:34,375 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 21:15:34,376 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:34,416 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:15:34,416 INFO program/MainThread: stderr[122]: 2024-03-01 21:15:34,416 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 21:15:34,416 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:34,457 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 21:15:34,457 INFO program/MainThread: stderr[123]: 2024-03-01 21:15:34,457 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 21:15:34,458 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:15:34,465 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,472 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:15:34,476 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:15:34,476 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:15:34,517 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:15:34,517 INFO program/MainThread: stderr[124]: 2024-03-01 21:15:34,517 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 21:15:34,518 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:15:34,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,549 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,560 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,575 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,575 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:15:34,579 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,582 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:15:34,585 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:15:34,585 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 21:15:34,610 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:15:34,610 INFO program/MainThread: stderr[125]: 2024-03-01 21:15:34,611 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 21:15:34,611 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:15:34,611 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,637 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,638 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,653 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,653 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,664 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,665 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:15:34,670 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:15:34,673 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:15:34,676 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:15:34,676 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 21:15:34,702 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:15:34,702 INFO program/MainThread: stderr[126]: 2024-03-01 21:15:34,702 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 21:15:34,702 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:15:34,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,733 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,752 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,752 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:15:34,762 DEBUG program/MainThread: Return code: 0 2024-03-01 21:15:34,767 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:15:34,767 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 0x7f2e4d7c2a40> to retry, use: --limit @/tmp/tests_set_mount.retry PLAY RECAP ********************************************************************* sut : ok=152 changed=6 unreachable=0 failed=1 skipped=100 rescued=0 ignored=0 Friday 01 March 2024 21:15:39 +0000 (0:00:01.280) 0:01:39.448 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.59s /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 --- 9.55s /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 --------------- 6.60s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.17s /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.60s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.50s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.49s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.49s /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.47s /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.45s /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.44s /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.42s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.38s /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.37s /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.37s /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.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.snapshot : Ensure required packages are installed --- 2.37s /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.37s /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.37s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---